mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@ -90,7 +90,7 @@ placeChar(TrieChar *node, const unsigned char *str, int lenstr,
|
||||
* Function converts UTF8-encoded file into current encoding.
|
||||
*/
|
||||
static TrieChar *
|
||||
initTrie(char *filename)
|
||||
initTrie(const char *filename)
|
||||
{
|
||||
TrieChar *volatile rootTrie = NULL;
|
||||
MemoryContext ccxt = CurrentMemoryContext;
|
||||
|
Reference in New Issue
Block a user