You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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.
1119
1119
</para>
1120
1120
</listitem>
1121
1121
@@ -1270,21 +1270,6 @@ Allow publications to be restricted to specific columns (Tomas Vondra, Álvaro H
1270
1270
</para>
1271
1271
</listitem>
1272
1272
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
-
1288
1273
<!--
1289
1274
Author: Peter Eisentraut <peter@eisentraut.org>
1290
1275
2022-04-07 [344d62fb9] Unlogged sequences
@@ -1294,10 +1279,6 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1294
1279
<para>
1295
1280
Create unlogged sequences and allow them to be skipped in logical replication (Peter Eisentraut)
1296
1281
</para>
1297
-
1298
-
<para>
1299
-
Individual sequence changes are not WAL logged so there is no performance benefit on the primary.