pgsql: Add some opr_sanity checks that the lengths of the various - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add some opr_sanity checks that the lengths of the various
Date
Msg-id 20091129185354.2A64C753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Remove prefix "ERROR:" from some messages, to make everything
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Error when a specified connection service is not found, instead