mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +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:
@ -13,12 +13,12 @@
|
||||
|
||||
#include "datatype/timestamp.h"
|
||||
#include "portability/instr_time.h"
|
||||
#include "postmaster/pgarch.h" /* for MAX_XFN_CHARS */
|
||||
#include "postmaster/pgarch.h" /* for MAX_XFN_CHARS */
|
||||
#include "utils/backend_progress.h" /* for backward compatibility */
|
||||
#include "utils/backend_status.h" /* for backward compatibility */
|
||||
#include "utils/backend_status.h" /* for backward compatibility */
|
||||
#include "utils/hsearch.h"
|
||||
#include "utils/relcache.h"
|
||||
#include "utils/wait_event.h" /* for backward compatibility */
|
||||
#include "utils/wait_event.h" /* for backward compatibility */
|
||||
|
||||
|
||||
/* ----------
|
||||
@ -379,7 +379,7 @@ typedef struct PgStat_MsgResetslrucounter
|
||||
typedef struct PgStat_MsgResetreplslotcounter
|
||||
{
|
||||
PgStat_MsgHdr m_hdr;
|
||||
NameData m_slotname;
|
||||
NameData m_slotname;
|
||||
bool clearall;
|
||||
} PgStat_MsgResetreplslotcounter;
|
||||
|
||||
|
Reference in New Issue
Block a user