mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Post-feature-freeze pgindent run.
Discussion: https://postgr.es/m/15719.1523984266@sss.pgh.pa.us
This commit is contained in:
@@ -116,7 +116,7 @@ typedef struct RelationData
|
||||
Bitmapset *rd_keyattr; /* cols that can be ref'd by foreign keys */
|
||||
Bitmapset *rd_pkattr; /* cols included in primary key */
|
||||
Bitmapset *rd_idattr; /* included in replica identity index */
|
||||
Bitmapset *rd_projidx; /* Oids of projection indexes */
|
||||
Bitmapset *rd_projidx; /* Oids of projection indexes */
|
||||
|
||||
PublicationActions *rd_pubactions; /* publication actions */
|
||||
|
||||
@@ -223,7 +223,7 @@ typedef struct ForeignKeyCacheInfo
|
||||
typedef struct GenericIndexOpts
|
||||
{
|
||||
int32 vl_len_;
|
||||
bool recheck_on_update;
|
||||
bool recheck_on_update;
|
||||
} GenericIndexOpts;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user