pgsql: Reorder two functions in inval.c
Started by Michael Paquierover 2 years ago1 messagescomitters
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: /messages/by-id/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(-)