diff options
Diffstat (limited to 'src/backend/tcop/dest.c')
-rw-r--r-- | src/backend/tcop/dest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/dest.c b/src/backend/tcop/dest.c index ee9e349a5ba..7bb81df9707 100644 --- a/src/backend/tcop/dest.c +++ b/src/backend/tcop/dest.c @@ -113,8 +113,8 @@ DestReceiver * CreateDestReceiver(CommandDest dest) { /* - * It's ok to cast the constness away as any modification of the none receiver - * would be a bug (which gets easier to catch this way). + * It's ok to cast the constness away as any modification of the none + * receiver would be a bug (which gets easier to catch this way). */ switch (dest) |