• P
    Hide most variable-length fields from Form_pg_* structs · 8137f2c3
    Peter Eisentraut 提交于
    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
    8137f2c3
pg_language.h 2.4 KB