Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dstatement.h357 #define SC_checked_hasoids(a) (0 != ((a)->parse_status & STMT_PARSED_OIDS)) macro
H A Dparse.c393 if (0 != SC_checked_hasoids(stmt)) in CheckPgClassInfo()