mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
#include "catalog/objectaddress.h"
|
||||
#include "nodes/parsenodes.h"
|
||||
|
||||
extern void validateWithCheckOption(char *value);
|
||||
extern void validateWithCheckOption(const char *value);
|
||||
|
||||
extern ObjectAddress DefineView(ViewStmt *stmt, const char *queryString,
|
||||
int stmt_location, int stmt_len);
|
||||
|
Reference in New Issue
Block a user