pgsql: Switch position of some declarations in libpq.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Switch position of some declarations in libpq.h
Date: 2019-06-09 02:39:40
Message-ID: E1hZnkC-0002lS-TA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-06-09 21:05:31 pgsql: Reconcile nodes/*funcs.c with PostgreSQL 12 work.
Previous Message Michael Paquier 2019-06-09 02:27:40 pgsql: Fix some typos