Add some opr_sanity checks that the lengths of the various argument-info
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/opr_sanity.out | modified | +49 −0 |
| src/test/regress/sql/opr_sanity.sql | modified | +32 −0 |