mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Fix typo on comment
This commit is contained in:
parent
9acb85597f
commit
e7e4cd1ab5
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ typedef struct LogicalRepRelMapEntry
|
|||
Relation localrel; /* relcache entry */
|
||||
AttrNumber *attrmap; /* map of local attributes to
|
||||
* remote ones */
|
||||
bool updatable; /* Can apply updates/detetes? */
|
||||
bool updatable; /* Can apply updates/deletes? */
|
||||
|
||||
/* Sync state. */
|
||||
char state;
|
||||
|
|
|
|||
Loading…
Reference in a new issue