]> granicus.if.org Git - postgresql/commit
Fix for globals.c- c.h must come first
authorStephen Frost <sfrost@snowman.net>
Sat, 19 May 2018 01:20:27 +0000 (21:20 -0400)
committerStephen Frost <sfrost@snowman.net>
Sat, 19 May 2018 01:20:27 +0000 (21:20 -0400)
commite2b83ff556deb9a0001bdf6b511f8cfc9189ac10
tree19f85e4158e858b4847cfef33ef33dcf1ea3968e
parent5e79405d82992efce15c27694f10fb4e1ac32657
Fix for globals.c- c.h must come first

Commit da9b580 mistakenly put a system header before postgres.h (which
includes c.h).  That can cause portability issues and broke (at least)
builds with older Windows compilers.

Discovered by Mark Dilger.

Discussion: https://postgr.es/m/BF04A27A-D132-4927-A80A-BAD18695E954@gmail.com
src/backend/utils/init/globals.c