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

Commit e7e4cd1

Browse files
committed
Fix typo on comment
1 parent 9acb855 commit e7e4cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/replication/logicalrelation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ typedef struct LogicalRepRelMapEntry
2323
Relation localrel; /* relcache entry */
2424
AttrNumber *attrmap; /* map of local attributes to
2525
* remote ones */
26-
bool updatable; /* Can apply updates/detetes? */
26+
bool updatable; /* Can apply updates/deletes? */
2727

2828
/* Sync state. */
2929
char state;

0 commit comments

Comments
 (0)