Skip to content

Commit 7fbde04

Browse files
committed
Whoops, actual version diff
1 parent 9fd8e9c commit 7fbde04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ typname_get_tupledesc(const char *extname, const char *typname)
595595
PointerGetDatum(typname),
596596
ObjectIdGetDatum(typnamespace));
597597
#else
598-
Oid typoid = GetSysCacheOid2(TYPENAMENSP, Anum_pg_type_oid,
598+
Oid typoid = GetSysCacheOid2(TYPENAMENSP,
599599
PointerGetDatum(typname),
600600
ObjectIdGetDatum(typnamespace));
601601
#endif

0 commit comments

Comments
 (0)