Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Ddescriptor.h52 #define TI_set_has_no_oids(ti) (ti->flags &= (~TI_HASOIDS)) macro
H A Dparse.c419 TI_set_has_no_oids(ti); in CheckPgClassInfo()