mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@ -386,7 +386,7 @@ transformExprRecurse(ParseState *pstate, Node *expr)
|
||||
* selection from an arbitrary node needs it.)
|
||||
*/
|
||||
static void
|
||||
unknown_attribute(ParseState *pstate, Node *relref, char *attname,
|
||||
unknown_attribute(ParseState *pstate, Node *relref, const char *attname,
|
||||
int location)
|
||||
{
|
||||
RangeTblEntry *rte;
|
||||
|
Reference in New Issue
Block a user