diff options
author | Amit Kapila <akapila@postgresql.org> | 2022-02-26 10:38:37 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2022-02-26 10:38:37 +0530 |
commit | a89850a57e0557bd3faab32398eb2d9536f6e2a4 (patch) | |
tree | 3e84167f44dee9beb960f4d37717ca66855453da /src/backend/replication/logical/logicalfuncs.c | |
parent | fe0972ee5e6f8a663c5cf3f24ef98987c503da95 (diff) | |
download | postgresql-a89850a57e0557bd3faab32398eb2d9536f6e2a4.tar.gz postgresql-a89850a57e0557bd3faab32398eb2d9536f6e2a4.zip |
Fix typo in logicalfuncs.c.
Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACX1mVtw8LWEnZgnpPdk2bPFR1xX2ZN+8GfXCffyip_9=Q@mail.gmail.com
Diffstat (limited to 'src/backend/replication/logical/logicalfuncs.c')
-rw-r--r-- | src/backend/replication/logical/logicalfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/logicalfuncs.c b/src/backend/replication/logical/logicalfuncs.c index 3609fa7d5bf..3bd770a3ba6 100644 --- a/src/backend/replication/logical/logicalfuncs.c +++ b/src/backend/replication/logical/logicalfuncs.c @@ -40,7 +40,7 @@ #include "utils/regproc.h" #include "utils/resowner.h" -/* private date for writing out data */ +/* Private data for writing out data */ typedef struct DecodingOutputState { Tuplestorestate *tupstore; |