pgsql: doc: align column order with pg_stat_statements view - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: align column order with pg_stat_statements view
Date
Msg-id E1r3Fgh-005ZPw-Q9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: align column order with pg_stat_statements view

Commit 5a3423ad8e mistakenly didn't plac the new columns for JIT
deform counters at the end to match their placement in the view.
Fix by placing the new columns last to be consistent.

Author: Julien Rouhaud <rjuju123@gmail.com>
Discussion: https://postgr.es/m/fuhxmigipmodhq3bah5iddd2ksfinrva75wqjyg2g2e647p4v7@yev2gynrnr5f

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/83b4326e6098a057d3931619e387d59844e70aed

Modified Files
--------------
doc/src/sgml/pgstatstatements.sgml | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Clear CurrentResourceOwner earlier in CommitTransaction.
Next
From: Tom Lane
Date:
Subject: pgsql: src/test/modules/test_dsa needs a .gitignore file.