Skip to content

Commit 653443e

Browse files
committed
relnotes: remove sequence replication and update 'postgres -C'
Reported-by: Nathan Bossart, Jonathan Katz Discussion: https://postgr.es/m/20220510194456.GA3716556@nathanxps13
1 parent 9d89bb8 commit 653443e

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

doc/src/sgml/release-15.sgml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ Allow "postgres -C" to properly report runtime-computed values (Nathan Bossart)
11151115
</para>
11161116

11171117
<para>
1118-
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.
1118+
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.
11191119
</para>
11201120
</listitem>
11211121

@@ -1270,21 +1270,6 @@ Allow publications to be restricted to specific columns (Tomas Vondra, Álvaro H
12701270
</para>
12711271
</listitem>
12721272

1273-
<!--
1274-
Author: Tomas Vondra <tomas.vondra@postgresql.org>
1275-
2022-03-24 [75b1521da] Add decoding of sequences to built-in replication
1276-
-->
1277-
1278-
<listitem>
1279-
<para>
1280-
Allow logical replication to transfer sequence changes (Tomas Vondra, Cary Huang)
1281-
</para>
1282-
1283-
<para>
1284-
The sequence option must be specified in the publication. A new system view pg_publication_sequences shows published sequences.
1285-
</para>
1286-
</listitem>
1287-
12881273
<!--
12891274
Author: Peter Eisentraut <peter@eisentraut.org>
12901275
2022-04-07 [344d62fb9] Unlogged sequences
@@ -1294,10 +1279,6 @@ Author: Peter Eisentraut <peter@eisentraut.org>
12941279
<para>
12951280
Create unlogged sequences and allow them to be skipped in logical replication (Peter Eisentraut)
12961281
</para>
1297-
1298-
<para>
1299-
Individual sequence changes are not WAL logged so there is no performance benefit on the primary.
1300-
</para>
13011282
</listitem>
13021283

13031284
<!--

0 commit comments

Comments
 (0)