mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Initial pgindent and pgperltidy run for v14.
Also "make reformat-dat-files". The only change worthy of note is that pgindent messed up the formatting of launcher.c's struct LogicalRepWorkerId, which led me to notice that that struct wasn't used at all anymore, so I just took it out.
This commit is contained in:
@@ -45,10 +45,11 @@
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
typedef enum RecoveryInitSyncMethod {
|
||||
typedef enum RecoveryInitSyncMethod
|
||||
{
|
||||
RECOVERY_INIT_SYNC_METHOD_FSYNC,
|
||||
RECOVERY_INIT_SYNC_METHOD_SYNCFS
|
||||
} RecoveryInitSyncMethod;
|
||||
} RecoveryInitSyncMethod;
|
||||
|
||||
struct iovec; /* avoid including port/pg_iovec.h here */
|
||||
|
||||
@@ -58,7 +59,7 @@ typedef int File;
|
||||
/* GUC parameter */
|
||||
extern PGDLLIMPORT int max_files_per_process;
|
||||
extern PGDLLIMPORT bool data_sync_retry;
|
||||
extern int recovery_init_sync_method;
|
||||
extern int recovery_init_sync_method;
|
||||
|
||||
/*
|
||||
* This is private to fd.c, but exported for save/restore_backend_variables()
|
||||
|
||||
Reference in New Issue
Block a user