Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ea9c4c1

Browse files
committed
Fix typo in comment.
David Rowley
1 parent b940859 commit ea9c4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/pg_class.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ DESCR("");
167167
#define REPLICA_IDENTITY_DEFAULT 'd'
168168
/* no replica identity is logged for this relation */
169169
#define REPLICA_IDENTITY_NOTHING 'n'
170-
/* all columns are loged as replica identity */
170+
/* all columns are logged as replica identity */
171171
#define REPLICA_IDENTITY_FULL 'f'
172172
/*
173173
* an explicitly chosen candidate key's columns are used as identity;

0 commit comments

Comments
 (0)