Skip to content

Commit

Permalink
Update http.c
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Aug 6, 2016
1 parent a6754d9 commit 86c2747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ static TupleDesc typname_get_tupledesc(const char *extname, const char *typname)
foreach(l, fetch_search_path(true))
{
Oid typnamespace = lfirst_oid(l);
Oid typoid = GetSysCacheOid2(TYPENAMENSP,
Oid typoid = GetSysCacheOid2(TYPENAMENSP,
PointerGetDatum(typname),
ObjectIdGetDatum(typnamespace));

Expand Down

0 comments on commit 86c2747

Please sign in to comment.