Fix SQL syntax in comment in logical/worker.c
authorJohn Naylor <john.naylor@postgresql.org>
Thu, 28 Apr 2022 02:27:32 +0000 (09:27 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Thu, 28 Apr 2022 02:27:32 +0000 (09:27 +0700)
Euler Taveira

Disussion: https://www.postgresql.org/message-id/25f95189-eef8-43c4-9d7b-419b651963c8%40www.fastmail.com

src/backend/replication/logical/worker.c

index 4171371296f6a56e18c3d0c28c5c55b98942a341..7da7823c3524b945aa5da05623d37f2fba52e7b1 100644 (file)
@@ -93,7 +93,7 @@
  * ReorderBufferFinishPrepared.
  *
  * If the subscription has no tables then a two_phase tri-state PENDING is
- * left unchanged. This lets the user still do an ALTER TABLE REFRESH
+ * left unchanged. This lets the user still do an ALTER SUBSCRIPTION REFRESH
  * PUBLICATION which might otherwise be disallowed (see below).
  *
  * If ever a user needs to be aware of the tri-state value, they can fetch it