Re: psql \df choose functions by their arguments - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: psql \df choose functions by their arguments
Date
Msg-id CA+hUKGKiTOPeMNZAgvEW73N7UL3kqpeV=YGMeAezJ5Kjki3tBA@mail.gmail.com
Whole thread Raw
In response to Re: psql \df choose functions by their arguments  (Greg Sabino Mullane <htamfids@gmail.com>)
Responses Re: psql \df choose functions by their arguments  (Greg Sabino Mullane <htamfids@gmail.com>)
List 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 by date:

Previous
From: Thomas Munro
Date:
Subject: Re: WIP: BRIN multi-range indexes
Next
From: Andrey Borodin
Date:
Subject: Re: Spurious "apparent wraparound" via SimpleLruTruncate() rounding