Skip to content
Snippets Groups Projects
Commit 8137f2c3 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

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
parent 8a3f745f
No related branches found
No related tags found
No related merge requests found
Showing
with 54 additions and 37 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment