We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd8e9c commit 7fbde04Copy full SHA for 7fbde04
http.c
@@ -595,7 +595,7 @@ typname_get_tupledesc(const char *extname, const char *typname)
595
PointerGetDatum(typname),
596
ObjectIdGetDatum(typnamespace));
597
#else
598
- Oid typoid = GetSysCacheOid2(TYPENAMENSP, Anum_pg_type_oid,
+ Oid typoid = GetSysCacheOid2(TYPENAMENSP,
599
600
601
#endif
0 commit comments