Thread: pgsql: Add some opr_sanity checks that the lengths of the various

pgsql: Add some opr_sanity checks that the lengths of the various

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Add some opr_sanity checks that the lengths of the various argument-info
arrays in a pg_proc entry match.  Seems like an easy mistake to make when
manually adjusting these values in a pg_proc.h entry.

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        opr_sanity.out (r1.88 -> r1.89)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/opr_sanity.out?r1=1.88&r2=1.89)
    pgsql/src/test/regress/sql:
        opr_sanity.sql (r1.72 -> r1.73)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/opr_sanity.sql?r1=1.72&r2=1.73)