Reported-by: Nathan Bossart, Jonathan Katz
Discussion: https://postgr.es/m/
20220510194456.GA3716556@nathanxps13
-Previously runtime-computed values data_checksums, wal_segment_size, and data_directory_mode would report values that would not be accurate on the running server.
+Previously runtime-computed values data_checksums, wal_segment_size, and data_directory_mode would report values that would not be accurate on the running server. However, this does not work on a running server.
-
-
-
-Allow logical replication to transfer sequence changes (Tomas Vondra, Cary Huang)
-
-
-The sequence option must be specified in the publication. A new system view pg_publication_sequences shows published sequences.
-
-
-