Set proargmodes for satisfies_hash_partition.
Robert Haas <rhaas@postgresql.org>
Set proargmodes for satisfies_hash_partition. It appears that proargmodes should always be set for variadic functions, but satifies_hash_partition had it as NULL. In addition to fixing the problem, add a regression test to guard against future mistakes of this type.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.h | modified | +1 −1 |
| src/test/regress/expected/type_sanity.out | modified | +11 −0 |
| src/test/regress/sql/type_sanity.sql | modified | +8 −0 |