Обсуждение: Comment typo in recent push

Поиск
Список
Период
Сортировка

Comment typo in recent push

От
Peter Smith
Дата:
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

Вложения

Re: Comment typo in recent push

От
Robert Haas
Дата:
On Tue, Apr 4, 2023 at 8:29 PM Peter Smith <smithpb2250@gmail.com> wrote:
> 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.

Good catch, but I think it should be roll back (a verb) not rollback (a noun).

--
Robert Haas
EDB: http://www.enterprisedb.com



Re: Comment typo in recent push

От
Peter Smith
Дата:
Thanks for pushing.

------
Kind Regards,
Peter Smith.
Fujitsu Australia