mirror of
https://github.com/postgres/postgres.git
synced 2026-05-30 04:24:45 -04:00
98dcf085e3
intended to allow application authors to insulate themselves from changes to the default value of 'default_with_oids' in future releases of PostgreSQL. This patch also fixes a bug in the earlier implementation of the 'default_with_oids' GUC variable: code in gram.y should not examine the value of GUC variables directly due to synchronization issues.