mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@ -253,7 +253,7 @@ uuid_generate_v35_internal(int mode, pg_uuid_t *ns, text *name)
|
||||
#else /* !HAVE_UUID_OSSP */
|
||||
|
||||
static Datum
|
||||
uuid_generate_internal(int v, unsigned char *ns, char *ptr, int len)
|
||||
uuid_generate_internal(int v, unsigned char *ns, const char *ptr, int len)
|
||||
{
|
||||
char strbuf[40];
|
||||
|
||||
|
Reference in New Issue
Block a user