mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Rename "string" pstrdup argument to "in"
The former name collides with a symbol also used in the isolation test's parser, causing assorted failures in certain platforms.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#ifndef FE_MEMUTILS_H
|
||||
#define FE_MEMUTILS_H
|
||||
|
||||
extern char *pg_strdup(const char *string);
|
||||
extern char *pg_strdup(const char *in);
|
||||
extern void *pg_malloc(size_t size);
|
||||
extern void *pg_malloc0(size_t size);
|
||||
extern void *pg_realloc(void *pointer, size_t size);
|
||||
|
Reference in New Issue
Block a user