Comment typo in recent push
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-04-05T00:29:09Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-comment-typo.patch (application/octet-stream) patch v1-0001
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
Commits
-
Fix wrong word in comment.
- 86a3fc7ec8a0 16.0 landed
-
Perform logical replication actions as the table owner.
- 1e10d49b65d6 16.0 cited