Re: pgsql: Make ALTER TRIGGER RENAME consistent for partitioned tables

2021-07-22 Thread Tom Lane
Alvaro Herrera writes: > Make ALTER TRIGGER RENAME consistent for partitioned tables Looks like the test case you chose has some locale-dependent-sorting issues. regards, tom lane

pgsql: Make ALTER TRIGGER RENAME consistent for partitioned tables

2021-07-22 Thread Alvaro Herrera
Make ALTER TRIGGER RENAME consistent for partitioned tables Renaming triggers on partitioned tables had two problems: first, it did not recurse to renaming the triggers on the partitions; and second, it failed to prohibit renaming clone triggers. Having triggers with different names in partitions

pgsql: Rework installation instructions again

2021-07-22 Thread Alvaro Herrera
Rework installation instructions again Dept. of second thoughts: the new verbiage added in commit aaec237b1a2f is targeted at the wrong audience. Remove the bits about git and talk about how to get tarballs only. People looking for the git repo can look in the appendix. That'll need to be expan

pgsql: Fix division by zero error in date_bin

2021-07-22 Thread John Naylor
Fix division by zero error in date_bin Bauyrzhan Sakhariyev, via Github Backpatch to v14 Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/81322fc409743f9ef169cb7bd89b0d0113a0aaa1 Modified Files -- src/backend/utils/adt/timestamp.c | 10 ++

pgsql: Fix division by zero error in date_bin

2021-07-22 Thread John Naylor
Fix division by zero error in date_bin Bauyrzhan Sakhariyev, via Github Backpatch to v14 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a0db4294aeffe428cdcb381fc66ba725ec588e95 Modified Files -- src/backend/utils/adt/timestamp.c | 10 +

pgsql: Fix typo in comment

2021-07-22 Thread Peter Eisentraut
Fix typo in comment Author: Kyotaro Horiguchi Discussion: https://www.postgresql.org/message-id/flat/20210716.170209.175434392011070182.horikyota.ntt%40gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/86a1aae764b03c7fe06e290e409c8d1a72ff187d Modified Fil