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

From Michael Paquier
Subject pgsql: Reorder two functions in inval.c
Date
Msg-id E1r0CGg-004Gvs-G9@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.

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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: Migrate logical slots to the new node during an upgrade.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix the test 003_logical_slots.