mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Remove unused structure member in pg_createsubscriber.c.
Author: Kuroda Hayato Backpatch-through: 17 Discussion: https://postgr.es/m/OSBPR01MB25526A30A1FBF863ACCDDA3AF5C92@OSBPR01MB2552.jpnprd01.prod.outlook.com
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user