pgsql: Put static forward declarations in elog.c back into same order a

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put static forward declarations in elog.c back into same order a
Date: 2016-08-26 18:19:17
Message-ID: E1bdLin-0000x6-JS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Put static forward declarations in elog.c back into same order as code.

The guiding principle for the last few patches in this area apparently
involved throwing darts.

Cosmetic only, but back-patch to 9.6 because there is no reason for
9.6 and HEAD to diverge yet in this file.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/45a36e68539dcd7095a257b49f6f38ae77dec30d

Modified Files
--------------
src/backend/utils/error/elog.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-26 19:04:26 pgsql: Fix potential memory leakage from HandleParallelMessages().
Previous Message Tom Lane 2016-08-26 14:07:40 pgsql: Fix logic for adding "parallel worker" context line to worker er