contrib/spi/insert_username.c comment typo? - Mailing list pgsql-hackers

From jian he
Subject contrib/spi/insert_username.c comment typo?
Date
Msg-id CACJufxFRj2-x38-MN8eypmTZc6-zdUTsXWzyNm-5Vi663Fru9A@mail.gmail.com
Whole thread Raw
Responses Re: contrib/spi/insert_username.c comment typo?
List pgsql-hackers

hi.
reading through contrib/spi/insert_username.c
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 */ ?


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Cleaning up nbtree after logical decoding on standby work
Next
From: John Naylor
Date:
Subject: Re: contrib/spi/insert_username.c comment typo?