mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix typo on comment
This commit is contained in:
@@ -23,7 +23,7 @@ typedef struct LogicalRepRelMapEntry
|
|||||||
Relation localrel; /* relcache entry */
|
Relation localrel; /* relcache entry */
|
||||||
AttrNumber *attrmap; /* map of local attributes to
|
AttrNumber *attrmap; /* map of local attributes to
|
||||||
* remote ones */
|
* remote ones */
|
||||||
bool updatable; /* Can apply updates/detetes? */
|
bool updatable; /* Can apply updates/deletes? */
|
||||||
|
|
||||||
/* Sync state. */
|
/* Sync state. */
|
||||||
char state;
|
char state;
|
||||||
|
Reference in New Issue
Block a user