pgsql: Switch position of some declarations in libpq.h - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Switch position of some declarations in libpq.h
Date
Msg-id E1hZnkC-0002lS-TA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Switch position of some declarations in libpq.h

This makes the header more consistent with the surroundings, with
declarations associated to a given file grouped together.

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/20190608012439.GB7228@paquier.xyz

Branch
------
master

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

Modified Files
--------------
src/include/libpq/libpq.h | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix some typos
Next
From: Noah Misch
Date:
Subject: pgsql: Reconcile nodes/*funcs.c with PostgreSQL 12 work.