Home
last modified time | relevance | path

Searched refs:TI_checked_hasoids (Results 1 – 2 of 2) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Ddescriptor.h49 #define TI_checked_hasoids(ti) (0 != (ti->flags & TI_HASOIDS)) macro
H A Dparse.c399 if (TI_checked_hasoids(ti)) in CheckPgClassInfo()