We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acb855 commit e7e4cd1Copy full SHA for e7e4cd1
src/include/replication/logicalrelation.h
@@ -23,7 +23,7 @@ typedef struct LogicalRepRelMapEntry
23
Relation localrel; /* relcache entry */
24
AttrNumber *attrmap; /* map of local attributes to
25
* remote ones */
26
- bool updatable; /* Can apply updates/detetes? */
+ bool updatable; /* Can apply updates/deletes? */
27
28
/* Sync state. */
29
char state;
0 commit comments