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