Comment typo in recent push

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Comment typo in recent push
Date: 2023-04-05 00:29:09
Message-ID: CAHut+Pt52ueOEAO-G5qeZiiPv1p9pBT_W5Vj3BTYfC8sD8LFxw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There seems to be a comment typo in the recent commit "Perform logical
replication actions as the table owner" [1].

/*
* Switch back to the original user ID.
*
* If we created a new GUC nest level, also role back any changes that were
* made within it.
*/

/role back/rollback/

~~

PSA a tiny patch to fix that.

------
[1] https://github.com/postgres/postgres/commit/1e10d49b65d6c26c61fee07999e4cd59eab2b765

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v1-0001-Fix-comment-typo.patch application/octet-stream 814 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2023-04-05 00:32:03 Re: refactoring relation extension and BufferAlloc(), faster COPY
Previous Message Peter Smith 2023-04-05 00:27:33 CREATE SUBSCRIPTION -- add missing tab-completes