summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut2022-08-12 21:45:38 +0000
committerPeter Eisentraut2022-08-12 21:46:09 +0000
commitc0408743c48fd9d6e34c40c38d8ca826e4a28525 (patch)
tree2abccd784d986c714e9476d2ac9b4eef81a2fcb8 /src
parentfab54e6c1a3efd12bde22a24ebc2b08f6affcd04 (diff)
pg_upgrade: Remove unused typedef
pgpid_t has been unused in pg_upgrade for a long time.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_upgrade/pg_upgrade.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/pg_upgrade/pg_upgrade.h b/src/bin/pg_upgrade/pg_upgrade.h
index 171b695cf8f..728908b1a09 100644
--- a/src/bin/pg_upgrade/pg_upgrade.h
+++ b/src/bin/pg_upgrade/pg_upgrade.h
@@ -243,9 +243,6 @@ typedef enum
} eLogType;
-typedef long pgpid_t;
-
-
/*
* cluster
*