Fix typo in comment.

David Rowley
This commit is contained in:
Fujii Masao 2015-06-10 15:26:02 +09:00
parent b94085920b
commit ea9c4c1e4a

View File

@ -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;