wrong comments in ClassifyUtilityCommandAsReadOnly

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: wrong comments in ClassifyUtilityCommandAsReadOnly
Date: 2024-12-21 04:05:12
Message-ID: CACJufxGoE3H-7VgO02=PrR4SNuVWDVbfTyUnwO0HvS-Lxurnog@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi.

/*
* Determine the degree to which a utility command is read only.
*
* Note the definitions of the relevant flags in src/include/utility/tcop.h.
*/
static int
ClassifyUtilityCommandAsReadOnly(Node *parsetree)

Is the comment wrong?

it should be
" * Note the definitions of the relevant flags in src/include/tcop/utility.h."

Browse pgsql-hackers by date

  From Date Subject
Next Message Vik Fearing 2024-12-21 04:12:19 Re: Discussion on a LISTEN-ALL syntax
Previous Message Matthias van de Meent 2024-12-21 01:29:31 Re: a litter question about mdunlinkfiletag function