Skip to content

Commit 1315723

Browse files
committed
remove unused pgut-port files
1 parent d41c11d commit 1315723

File tree

6 files changed

+0
-123
lines changed

6 files changed

+0
-123
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ OBJS = backup.o \
1919
streamutil.o \
2020
receivelog.o \
2121
pgut/pgut.o \
22-
pgut/pgut-port.o \
2322
pgut/getopt_long.o
2423

2524
EXTRA_CLEAN = datapagemap.c datapagemap.h xlogreader.c receivelog.c receivelog.h streamutil.c streamutil.h logging.h

backup.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <pthread.h>
2222

2323
#include "libpq/pqsignal.h"
24-
#include "pgut/pgut-port.h"
2524
#include "storage/bufpage.h"
2625
#include "datapagemap.h"
2726
#include "streamutil.h"

catalog.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#include <time.h>
2222
#include <unistd.h>
2323

24-
#include "pgut/pgut-port.h"
25-
2624
static pgBackup *read_backup_from_file(const char *path);
2725

2826
#define BOOL_TO_STR(val) ((val) ? "true" : "false")

dir.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include <dirent.h>
1818
#include <time.h>
1919

20-
#include "pgut/pgut-port.h"
2120
#include "datapagemap.h"
2221

2322
/*

pgut/pgut-port.c

Lines changed: 0 additions & 82 deletions
This file was deleted.

pgut/pgut-port.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)