Remove new locale dependency in regproc regression test. The modified error message for regcollationin failure includes the database encoding, which it should've occurred to me is a portability hazard for the regression tests. Adjust the test so the expected output doesn't include that.
In passing, fix a comment typo introduced in b8c0ffbd2. Per buildfarm. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a5434c52586f37db7f538d3dcc8aa6dd62dfe61e Modified Files -------------- src/backend/utils/adt/domains.c | 2 +- src/test/regress/expected/regproc.out | 14 +++++++------- src/test/regress/sql/regproc.sql | 4 +++- 3 files changed, 11 insertions(+), 9 deletions(-)
