Fix typo in comment.
David Rowley
This commit is contained in:
parent
b94085920b
commit
ea9c4c1e4a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user