mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typo in comment.
David Rowley
This commit is contained in:
@ -167,7 +167,7 @@ DESCR("");
|
|||||||
#define REPLICA_IDENTITY_DEFAULT 'd'
|
#define REPLICA_IDENTITY_DEFAULT 'd'
|
||||||
/* no replica identity is logged for this relation */
|
/* no replica identity is logged for this relation */
|
||||||
#define REPLICA_IDENTITY_NOTHING 'n'
|
#define REPLICA_IDENTITY_NOTHING 'n'
|
||||||
/* all columns are loged as replica identity */
|
/* all columns are logged as replica identity */
|
||||||
#define REPLICA_IDENTITY_FULL 'f'
|
#define REPLICA_IDENTITY_FULL 'f'
|
||||||
/*
|
/*
|
||||||
* an explicitly chosen candidate key's columns are used as identity;
|
* an explicitly chosen candidate key's columns are used as identity;
|
||||||
|
Reference in New Issue
Block a user