Re: pgsql: doc: improve build for non-Latin1 characters

2024-11-03 Thread Peter Eisentraut
I'm surprised this was committed. I don't think there was consensus that this is the right direction. Moreover, this touched a couple of files that it shouldn't have: doc/src/sgml/images/genetic-algorithm.svg is a generated file that shouldn't be changed directly. In fact, adding the *.svg

pgsql: Doc: Update the behavior of generated columns in Logical Replica

2024-11-03 Thread Amit Kapila
Doc: Update the behavior of generated columns in Logical Replication. Commit 745217a051 misses updating the new behavior of generated columns in logical replication at a few places. Reported-by: Peter Smith, Ajin Cherian Author: Vignesh C Discussion: https://postgr.es/m/caldanm2joo7szz9+uaqbjmgz

pgsql: Add missing newlines at the end of two SQL files

2024-11-03 Thread Michael Paquier
Add missing newlines at the end of two SQL files arrays.sql was already missing it before 49d6c7d8daba, and I have just noticed it thanks to this commit. The second one in test_slru has been introduced by 768a9fd5535f. Branch -- master Details --- https://git.postgresql.org/pg/commitdif