Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e84f82a

Browse files
committed
Fix SQL syntax in comment in logical/worker.c
Euler Taveira Disussion: https://www.postgresql.org/message-id/25f95189-eef8-43c4-9d7b-419b651963c8%40www.fastmail.com
1 parent 2c902bb commit e84f82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/worker.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
* ReorderBufferFinishPrepared.
9494
*
9595
* If the subscription has no tables then a two_phase tri-state PENDING is
96-
* left unchanged. This lets the user still do an ALTER TABLE REFRESH
96+
* left unchanged. This lets the user still do an ALTER SUBSCRIPTION REFRESH
9797
* PUBLICATION which might otherwise be disallowed (see below).
9898
*
9999
* If ever a user needs to be aware of the tri-state value, they can fetch it

0 commit comments

Comments
 (0)