pgsql: Reorder two functions in inval.c - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Reorder two functions in inval.c
Date
Msg-id E1vVfBn-0019OE-1X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Reorder two functions in inval.c

This file separates public and static functions with a separator
comment, but two routines were not defined in a location reflecting
that, so reorder them.

Back-patch commit c2bdd2c5b1d48a7e39e1a8d5e1d90b731b53c4c9 to v15 - v16.
This avoids merge conflicts in the next commit, which modifies a
function this moved.  Exclude v14, which is so different that the merge
conflict savings would be immaterial.

Author: Aleksander Alekseev <aleksander@timescale.com>
Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/CAJ7c6TMX2dd0g91UKvcC+CVygKQYJkKJq1+ZzT4rOK42+b53=w@mail.gmail.com
Backpatch-through: 15-16

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fa7278e745458efdabe99fee6f2230e4e61451f4
Author: Michael Paquier <michael@paquier.xyz>

Modified Files
--------------
src/backend/utils/cache/inval.c | 183 ++++++++++++++++++++--------------------
1 file changed, 91 insertions(+), 92 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove useless code in InjectionPointAttach()
Next
From: Michael Paquier
Date:
Subject: pgsql: Change pgstat_report_vacuum() to use Relation