Re: Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN

2024-02-08 Thread Peter Eisentraut
On 08.02.24 07:04, Ashutosh Bapat wrote: The patch looks ok. +seqstmt->sequence->relpersistence = cxt->rel ? cxt->rel->rd_rel->relpersistence : cxt->relation->relpersistence; + This condition looks consistent with the other places in the code around line 435, 498. Ah good, that pattern al

Re: Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN

2024-02-07 Thread Ashutosh Bapat
hem while committing. 0001 - same as your patch 0002 - additional tests -- Best Wishes, Ashutosh Bapat From c142bfc5ec8b3c9c5a01f48693118d132145b45b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 5 Feb 2024 11:22:01 +0100 Subject: [PATCH 1/2] Fix propagation of persistence to

Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN

2024-02-05 Thread Peter Eisentraut
, 16)From a3cb389a3aaaea8df9371ef389d9d61ecede3713 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 5 Feb 2024 11:22:01 +0100 Subject: [PATCH] Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN Fix for 344d62fb9a9: That commit introduced unlogged sequences and made