mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@ -43,7 +43,7 @@ static void checkViewTupleDesc(TupleDesc newdesc, TupleDesc olddesc);
|
||||
* are "local" and "cascaded".
|
||||
*/
|
||||
void
|
||||
validateWithCheckOption(char *value)
|
||||
validateWithCheckOption(const char *value)
|
||||
{
|
||||
if (value == NULL ||
|
||||
(pg_strcasecmp(value, "local") != 0 &&
|
||||
|
Reference in New Issue
Block a user