Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression

2023-08-23 Thread Vaibhav Dalvi
har *colName, Node *newDefault, > bool missing_ok, LOCKMODE lockmode); > 4. Exceeded 80 char limit: > /* > * Mark the column as no longer generated. (The atthasdef flag needs to > 5. Update the comment. Use 'set' along with 'drop': > AT_ColumnExpression, /* alter column drop expression */ Thanks, Vaibhav Dalvi

Remove post-increment in function quote_identifier of pg_upgrade

2021-04-29 Thread Vaibhav Dalvi
address, which is then dereferenced. Correct me if I am wrong here. If my understanding is correct then '++' is not needed in the above highlighted statement which is leading to overhead. Find an attached patch which does the same. This can be backported till v96. Thanks & Regards, Vaibhav Dalv