pgsql: doc: align column order with pg_stat_statements view

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: align column order with pg_stat_statements view
Date: 2023-11-15 13:12:12
Message-ID: E1r3Fgh-005ZPw-Q9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-11-15 19:00:11 pgsql: src/test/modules/test_dsa needs a .gitignore file.
Previous Message Heikki Linnakangas 2023-11-15 10:11:27 pgsql: Clear CurrentResourceOwner earlier in CommitTransaction.