projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c5f60
)
Remove unused structure member in pg_createsubscriber.c.
author
Amit Kapila
<
[email protected]
>
Tue, 2 Jul 2024 04:45:11 +0000
(10:15 +0530)
committer
Amit Kapila
<
[email protected]
>
Tue, 2 Jul 2024 04:45:11 +0000
(10:15 +0530)
Author: Kuroda Hayato
Backpatch-through: 17
Discussion: https://postgr.es/m/OSBPR01MB25526A30A1FBF863ACCDDA3AF5C92@OSBPR01MB2552.jpnprd01.prod.outlook.com
src/bin/pg_basebackup/pg_createsubscriber.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/pg_createsubscriber.c
b/src/bin/pg_basebackup/pg_createsubscriber.c
index fecf5db3653940df663bd5e28a510064803c056c..fb57737f7cd1fcca9b8f1f779f847d086f6064ca 100644
(file)
--- a/
src/bin/pg_basebackup/pg_createsubscriber.c
+++ b/
src/bin/pg_basebackup/pg_createsubscriber.c
@@
-48,7
+48,6
@@
struct CreateSubscriberOptions
struct LogicalRepInfo
{
- Oid oid; /* database OID */
char *dbname; /* database name */
char *pubconninfo; /* publisher connection string */
char *subconninfo; /* subscriber connection string */