Re: Adding a stored generated column without long-lived locks - Mailing list pgsql-hackers

From Alberto Piai
Subject Re: Adding a stored generated column without long-lived locks
Date
Msg-id DLGVZTSLAPS8.39J305UANRWN@gmail.com
Whole thread
In response to Re: Adding a stored generated column without long-lived locks  (Alberto Piai <alberto.piai@gmail.com>)
Responses Re: Adding a stored generated column without long-lived locks
List pgsql-hackers
CFBot alerted me that a rebase was needed, so here it is in the attached
v11.

I also fixed a couple broken / duplicated tests that had eluded me in my
last pass over this, and shortened the wording in this error message a
bit:

 ERROR:  cannot convert column "b" to generated
-DETAIL:  Column "b" of relation "t2" is a serial column (depends on sequence "sequence tgen.t2_b_seq").
+DETAIL:  Column "b" of relation "t2" is a serial column (depends on "sequence tgen.t2_b_seq").


Kind regards,

Alberto


-- 
Alberto Piai
Sensational AG
Zürich, Switzerland


Attachment

pgsql-hackers by date:

Previous
From: Antonin Houska
Date:
Subject: Re: REPACK enhancements
Next
From: Bharath Rupireddy
Date:
Subject: Re: [PATCH] Release replication slot on error in SQL-callable slot functions