trivial comment fix

From: "Euler Taveira" <euler(at)eulerto(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: trivial comment fix
Date: 2022-04-28 00:27:08
Message-ID: 25f95189-eef8-43c4-9d7b-419b651963c8@www.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While reading worker.c, I noticed that the referred SQL command was wrong.
ALTER SUBSCRIPTION ... REFRESH PUBLICATION instead of ALTER TABLE ... REFRESH
PUBLICATION. Trivial fix attached.

--
Euler Taveira
EDB https://www.enterprisedb.com/

Attachment Content-Type Size
fix.patch text/x-patch 655 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message shiy.fnst@fujitsu.com 2022-04-28 01:22:13 RE: Data is copied twice when specifying both child and parent table in publication
Previous Message Michael Paquier 2022-04-28 00:12:13 Re: Possible corruption by CreateRestartPoint at promotion