wrong comments in ClassifyUtilityCommandAsReadOnly - Mailing list pgsql-hackers

From jian he
Subject wrong comments in ClassifyUtilityCommandAsReadOnly
Date
Msg-id CACJufxGoE3H-7VgO02=PrR4SNuVWDVbfTyUnwO0HvS-Lxurnog@mail.gmail.com
Whole thread Raw
List 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."



pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: a litter question about mdunlinkfiletag function
Next
From: Vik Fearing
Date:
Subject: Re: Discussion on a LISTEN-ALL syntax