Re: contrib/spi/insert_username.c comment typo?

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: contrib/spi/insert_username.c comment typo?
Дата
Msg-id CAFBsxsEtAbZ6XKNYK2BwWBv-JWdYA3FeD-07Tc=zAtHpcRh_0w@mail.gmail.com
обсуждение исходный текст
Ответ на contrib/spi/insert_username.c comment typo?  (jian he <jian.universality@gmail.com>)
Список pgsql-hackers

On Mon, May 29, 2023 at 11:31 AM jian he <jian.universality@gmail.com> wrote:
> hi.
> reading through contrib/spi/insert_username.c
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=contrib/spi/insert_username.c;h=a2e1747ff74c7667665dcc334f54ad368885d83c;hb=HEAD
> 36     /* sanity checks from autoinc.c */
> 37     if (!CALLED_AS_TRIGGER(fcinfo))
> 38         /* internal error */
> 39         elog(ERROR, "insert_username: not fired by trigger manager");
>
> should it be  /* sanity checks from insert_username.c */ ?

I believe it's saying the checks were copied from autoinc.c.

--
John Naylor
EDB: http://www.enterprisedb.com

В списке pgsql-hackers по дате отправления:

Предыдущее
От: jian he
Дата:
Сообщение: contrib/spi/insert_username.c comment typo?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Docs: Encourage strong server verification with SCRAM