pgsql: Reorder two functions in inval.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorder two functions in inval.c
Date: 2023-11-07 02:56:42
Message-ID: E1r0CGg-004Gvs-G9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Author: Aleksander Alekseev
Reviewed-by: Álvaro Herrera, Michael Paquier
Discussion: https://postgr.es/m/CAJ7c6TMX2dd0g91UKvcC+CVygKQYJkKJq1+ZzT4rOK42+b53=w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c2bdd2c5b1d48a7e39e1a8d5e1d90b731b53c4c9

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

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2023-11-07 06:34:46 pgsql: Fix the test 003_logical_slots.
Previous Message Amit Kapila 2023-11-07 02:00:09 Re: pgsql: Migrate logical slots to the new node during an upgrade.