diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:05:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:05:20 +0000 |
commit | a14b88819a8a22da4f5abb19a3b1b61aebb10a7c (patch) | |
tree | 45f36cde15c9ff8c45d9efbaa7b02426ca984121 /doc/src/sgml/pgstatstatements.sgml | |
parent | Adding debian version 15.6-0+deb12u1. (diff) | |
download | postgresql-15-a14b88819a8a22da4f5abb19a3b1b61aebb10a7c.tar.xz postgresql-15-a14b88819a8a22da4f5abb19a3b1b61aebb10a7c.zip |
Merging upstream version 15.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/src/sgml/pgstatstatements.sgml')
-rw-r--r-- | doc/src/sgml/pgstatstatements.sgml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index ea90365..c8aa43a 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -554,15 +554,21 @@ </para> <para> - As a rule of thumb, <structfield>queryid</structfield> values can be assumed to be - stable and comparable only so long as the underlying server version and - catalog metadata details stay exactly the same. Two servers - participating in replication based on physical WAL replay can be expected - to have identical <structfield>queryid</structfield> values for the same query. - However, logical replication schemes do not promise to keep replicas - identical in all relevant details, so <structfield>queryid</structfield> will - not be a useful identifier for accumulating costs across a set of logical - replicas. If in doubt, direct testing is recommended. + Two servers participating in replication based on physical WAL replay can + be expected to have identical <structfield>queryid</structfield> values for + the same query. However, logical replication schemes do not promise to + keep replicas identical in all relevant details, so + <structfield>queryid</structfield> will not be a useful identifier for + accumulating costs across a set of logical replicas. + If in doubt, direct testing is recommended. + </para> + + <para> + Generally, it can be assumed that <structfield>queryid</structfield> values + are stable between minor version releases of <productname>PostgreSQL</productname>, + providing that instances are running on the same machine architecture and + the catalog metadata details match. Compatibility will only be broken + between minor versions as a last resort. </para> <para> |