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:
@ -238,7 +238,7 @@ gistbuild(Relation heap, Relation index, IndexInfo *indexInfo)
|
||||
* and "auto" values.
|
||||
*/
|
||||
void
|
||||
gistValidateBufferingOption(char *value)
|
||||
gistValidateBufferingOption(const char *value)
|
||||
{
|
||||
if (value == NULL ||
|
||||
(strcmp(value, "on") != 0 &&
|
||||
|
Reference in New Issue
Block a user