Skip to content

Commit

Permalink
Whoops, actual version diff
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Mar 25, 2019
1 parent 9fd8e9c commit 7fbde04
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 @@ -595,7 +595,7 @@ typname_get_tupledesc(const char *extname, const char *typname)
PointerGetDatum(typname),
ObjectIdGetDatum(typnamespace));
#else
Oid typoid = GetSysCacheOid2(TYPENAMENSP, Anum_pg_type_oid,
Oid typoid = GetSysCacheOid2(TYPENAMENSP,
PointerGetDatum(typname),
ObjectIdGetDatum(typnamespace));
#endif
Expand Down

0 comments on commit 7fbde04

Please # to comment.