Reorder two functions in inval.c
authorMichael Paquier <michael@paquier.xyz>
Tue, 7 Nov 2023 02:55:13 +0000 (11:55 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 7 Nov 2023 02:55:13 +0000 (11:55 +0900)
commitc2bdd2c5b1d48a7e39e1a8d5e1d90b731b53c4c9
tree1f1f8aea0329cf82eefc95f3f315f32df2e34594
parentac7d6f5f831e4dd83d891b95560d514b2d722d98
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: http://postgr.es/m/CAJ7c6TMX2dd0g91UKvcC+CVygKQYJkKJq1+ZzT4rOK42+b53=w@mail.gmail.com
src/backend/utils/cache/inval.c