mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Make the order of the header file includes consistent in backend modules.
Similar to commits7e735035f2
anddddf4cdc33
, this commit makes the order of header file inclusion consistent for backend modules. In the passing, removed a couple of duplicate inclusions. Author: Vignesh C Reviewed-by: Kuntal Ghosh and Amit Kapila Discussion: https://postgr.es/m/CALDaNm2Sznv8RR6Ex-iJO6xAdsxgWhCoETkaYX=+9DW3q0QCfA@mail.gmail.com
This commit is contained in:
@@ -79,11 +79,11 @@
|
||||
#include <sys/resource.h> /* for getrlimit */
|
||||
#endif
|
||||
|
||||
#include "miscadmin.h"
|
||||
#include "access/xact.h"
|
||||
#include "access/xlog.h"
|
||||
#include "catalog/pg_tablespace.h"
|
||||
#include "common/file_perm.h"
|
||||
#include "miscadmin.h"
|
||||
#include "pgstat.h"
|
||||
#include "portability/mem.h"
|
||||
#include "storage/fd.h"
|
||||
@@ -91,7 +91,6 @@
|
||||
#include "utils/guc.h"
|
||||
#include "utils/resowner_private.h"
|
||||
|
||||
|
||||
/* Define PG_FLUSH_DATA_WORKS if we have an implementation for pg_flush_data */
|
||||
#if defined(HAVE_SYNC_FILE_RANGE)
|
||||
#define PG_FLUSH_DATA_WORKS 1
|
||||
|
Reference in New Issue
Block a user