projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab54e6
)
pg_upgrade: Remove unused typedef
author
Peter Eisentraut
<
[email protected]
>
Fri, 12 Aug 2022 21:45:38 +0000
(23:45 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Fri, 12 Aug 2022 21:46:09 +0000
(23:46 +0200)
pgpid_t has been unused in pg_upgrade for a long time.
src/bin/pg_upgrade/pg_upgrade.h
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/pg_upgrade.h
b/src/bin/pg_upgrade/pg_upgrade.h
index 171b695cf8f4f8b04acb8d17f186458408f02cf1..728908b1a09cabc2a1dddeddbc5b792b06bd595b 100644
(file)
--- 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
*