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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add some opr_sanity checks that the lengths of the various
Date: 2009-11-29 18:53:54
Message-ID: 20091129185354.2A64C753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-11-29 20:14:53 pgsql: Error when a specified connection service is not found, instead
Previous Message Peter Eisentraut 2009-11-29 18:53:44 pgsql: Remove prefix "ERROR:" from some messages, to make everything