]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Put static forward declarations in elog.c back into same order as code.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Aug 2016 18:19:03 +0000 (14:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Aug 2016 18:19:07 +0000 (14:19 -0400)
commit42ebdc8129f038e06e17d7b3da7fc11897323814
treee73cbee94d2b84a879faefb9c04120cf793249bf
parent6e47c6cf7de30b9f6a6b31eb7d4af80039a16920
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.
src/backend/utils/error/elog.c