diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-01-27 20:16:17 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-01-27 20:16:17 +0200 |
commit | 8137f2c32322c624e0431fac1621e8e9315202f9 (patch) | |
tree | 8a951ae9cc44d87c7e9d1b09d40396dd7e67d139 /src/backend/executor/nodeModifyTable.c | |
parent | 8a3f745f160d8334ad978676828d3926ac949f43 (diff) | |
download | postgresql-8137f2c32322c624e0431fac1621e8e9315202f9.tar.gz postgresql-8137f2c32322c624e0431fac1621e8e9315202f9.zip |
Hide most variable-length fields from Form_pg_* structs
Those fields only appear in the structs so that genbki.pl can create
the BKI bootstrap files for the catalogs. But they are not actually
usable from C. So hiding them can prevent coding mistakes, saves
stack space, and can help the compiler.
In certain catalogs, the first variable-length field has been kept
visible after manual inspection. These exceptions are noted in C
comments.
reviewed by Tom Lane
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions