pgsql: Doc: Remove the use of a duplicate word.

2022-09-25 Thread Amit Kapila
Doc: Remove the use of a duplicate word. This has been removed in HEAD by commit a234177906, so doing just backpatch to 15 where it was introduced in commit 860ea46ba7. Author: Zhang Mingli Discussion: https://postgr.es/m/os0pr01mb57162559c01fe2848c12e8f794...@os0pr01mb5716.jpnprd01.prod.outlook

pgsql: Remove unused xid parameter.

2022-09-25 Thread Amit Kapila
Remove unused xid parameter. Commit 6c2003f8a1 removes the use of transaction id's for exporting snapshots. This commit removes one unused xid parameter left behind in SnapBuildGetOrBuildSnapshot. Author: Melih Mutlu Reviewed-By: Zhang Mingli Discussion: https://postgr.es/m/cagpvpctqzrodkgcycw+e

pgsql: Refactor creation of backup_label and backup history files

2022-09-25 Thread Michael Paquier
Refactor creation of backup_label and backup history files This change simplifies some of the logic related to the generation and creation of the backup_label and backup history files, which has become unnecessarily complicated since the removal of the exclusive backup mode in commit 39969e2. The

pgsql: Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.

2022-09-25 Thread Tom Lane
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Commit 25936fd46 adjusted things so that the "storeslot" we use for remapping trigger tuples would have adequate lifespan, but it neglected to consider the lifespan of the tuple descriptor that the slot depends on. It turns out that

pgsql: Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.

2022-09-25 Thread Tom Lane
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Commit 25936fd46 adjusted things so that the "storeslot" we use for remapping trigger tuples would have adequate lifespan, but it neglected to consider the lifespan of the tuple descriptor that the slot depends on. It turns out that

pgsql: Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.

2022-09-25 Thread Tom Lane
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Commit 25936fd46 adjusted things so that the "storeslot" we use for remapping trigger tuples would have adequate lifespan, but it neglected to consider the lifespan of the tuple descriptor that the slot depends on. It turns out that

pgsql: Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.

2022-09-25 Thread Tom Lane
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Commit 25936fd46 adjusted things so that the "storeslot" we use for remapping trigger tuples would have adequate lifespan, but it neglected to consider the lifespan of the tuple descriptor that the slot depends on. It turns out that

pgsql: Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.

2022-09-25 Thread Tom Lane
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Commit 25936fd46 adjusted things so that the "storeslot" we use for remapping trigger tuples would have adequate lifespan, but it neglected to consider the lifespan of the tuple descriptor that the slot depends on. It turns out that

pgsql: Avoid loss of code coverage with unlogged-index test cases.

2022-09-25 Thread Tom Lane
Avoid loss of code coverage with unlogged-index test cases. Commit 4fb5c794e intended to add coverage of some ambuildempty methods that were not getting reached, without removing any test coverage. However, by changing a temp table to unlogged it managed to negate the intent of 4c51a2d1e, which m

pgsql: Avoid loss of code coverage with unlogged-index test cases.

2022-09-25 Thread Tom Lane
Avoid loss of code coverage with unlogged-index test cases. Commit 4fb5c794e intended to add coverage of some ambuildempty methods that were not getting reached, without removing any test coverage. However, by changing a temp table to unlogged it managed to negate the intent of 4c51a2d1e, which m

pgsql: Add missing source files to pg_waldump/nls.mk

2022-09-25 Thread Alvaro Herrera
Add missing source files to pg_waldump/nls.mk Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/7a41e34e68a9be767279d17e051555b9cb9477c9 Modified Files -- src/bin/pg_waldump/nls.mk | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

pgsql: Add missing source files to pg_waldump/nls.mk

2022-09-25 Thread Alvaro Herrera
Add missing source files to pg_waldump/nls.mk Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4a9150f9762e9d0538badbe9842cce7242f30405 Modified Files -- src/bin/pg_waldump/nls.mk | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

pgsql: Add missing source files to pg_waldump/nls.mk

2022-09-25 Thread Alvaro Herrera
Add missing source files to pg_waldump/nls.mk Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c9a9eae569c407a66b84475da1970d72ce04551a Modified Files -- src/bin/pg_waldump/nls.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

pgsql: Add missing source files to pg_waldump/nls.mk

2022-09-25 Thread Alvaro Herrera
Add missing source files to pg_waldump/nls.mk Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5d6c5d0e9585d6071e1c9748a04ce6262e30d1ce Modified Files -- src/bin/pg_waldump/nls.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

pgsql: Add missing source files to pg_waldump/nls.mk

2022-09-25 Thread Alvaro Herrera
Add missing source files to pg_waldump/nls.mk Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f2094c78b8015b79c922c3424e0bb27be66d455b Modified Files -- src/bin/pg_waldump/nls.mk | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

pgsql: Add missing source files to pg_waldump/nls.mk

2022-09-25 Thread Alvaro Herrera
Add missing source files to pg_waldump/nls.mk Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/dda101315ad93e9b39c48eeb53b131d171d1fd0b Modified Files -- src/bin/pg_waldump/nls.mk | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

pgsql: Add missing source files to pg_waldump/nls.mk

2022-09-25 Thread Alvaro Herrera
Add missing source files to pg_waldump/nls.mk Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0a64835b1e668aa14ccf4c6b557a2f0cf1240fbd Modified Files -- src/bin/pg_waldump/nls.mk | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)