Re: psql \df choose functions by their arguments
От | Thomas Munro |
---|---|
Тема | Re: psql \df choose functions by their arguments |
Дата | |
Msg-id | CA+hUKGKiTOPeMNZAgvEW73N7UL3kqpeV=YGMeAezJ5Kjki3tBA@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: psql \df choose functions by their arguments (Greg Sabino Mullane <htamfids@gmail.com>) |
Ответы |
Re: psql \df choose functions by their arguments
|
Список | pgsql-hackers |
On Thu, Dec 31, 2020 at 7:01 AM Greg Sabino Mullane <htamfids@gmail.com> wrote: > Attached is the latest patch against HEAD - basically fixes a few typos. Hi Greg, It looks like there is a collation dependency here that causes the test to fail on some systems: === ./src/test/regress/regression.diffs === diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/psql.out /tmp/cirrus-ci-build/src/test/regress/results/psql.out --- /tmp/cirrus-ci-build/src/test/regress/expected/psql.out 2021-01-01 16:05:25.749692000 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/psql.out 2021-01-01 16:11:28.525632000 +0000 @@ -5094,8 +5094,8 @@ public | mtest | integer | double precision, double precision, integer | func public | mtest | integer | integer | func public | mtest | integer | integer, text | func - public | mtest | integer | timestamp without time zone, timestamp with time zone | func public | mtest | integer | time without time zone, time with time zone | func + public | mtest | integer | timestamp without time zone, timestamp with time zone | func
В списке pgsql-hackers по дате отправления: