Re: Trivial comment fix for tsquerysend()

2025-05-11 Thread Álvaro Herrera
Hello, On 2025-Mar-06, Emre Hasegeli wrote: > Patch is attached. Looks correct to me. It's harmless obviously (and nobody appears to have been damanged by it) but I still backpatched to all live branches. Thanks, Emre. -- Álvaro HerreraBreisgau, Deutschland — https://www.EnterpriseD

Re: Trivial comment fix for tsquerysend()

2025-03-07 Thread Emre Hasegeli
> I looked very closely and failed to understand what this patch fixes / > improves exactly. Maybe you could elaborate a bit? Sorry. The order of the "operand text" is wrong in the comments. It's sent after the "prefix".

Re: Trivial comment fix for tsquerysend()

2025-03-07 Thread Aleksander Alekseev
Hi Emre, > Patch is attached. I looked very closely and failed to understand what this patch fixes / improves exactly. Maybe you could elaborate a bit? -- Best regards, Aleksander Alekseev

Trivial comment fix for tsquerysend()

2025-03-06 Thread Emre Hasegeli
Patch is attached. 0001-Fix-comment-of-tsquerysend.patch Description: Binary data

Re: trivial comment fix

2022-04-27 Thread John Naylor
On Thu, Apr 28, 2022 at 7:27 AM Euler Taveira wrote: > > 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. Pushed, thanks! -- John Naylor EDB: ht

trivial comment fix

2022-04-27 Thread Euler Taveira
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/ diff --git a/src/backend/replication/logical/worker