#include "postgres.h" exists in most .c files in system, so adding

Marc G. Fournier <scrappy@hub.org>

Commit: eadf5dc754f68457499e65815bff47f9152c581d
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1996-08-27T22:00:21Z
Releases: 7.1.1
#include "postgres.h" exists in most .c files in system, so adding
#include "config.h" here will (should?) ensure that any platform
dependencies defined in config.h should be reflected in all .c files...

Files

PathChange+/−
src/backend/include/postgres.h modified +2 −1