mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Fix an obsolete file path mentioned in a comment.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
with Postgres. That strdup() is only needed on those systems that
|
with Postgres. That strdup() is only needed on those systems that
|
||||||
don't already have strdup() in their system libraries.
|
don't already have strdup() in their system libraries.
|
||||||
|
|
||||||
The Postgres strdup() is in src/utils/strdup.c.
|
The Postgres strdup() is in src/port/strdup.c.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern char *strdup(char const *);
|
extern char *strdup(char const *);
|
||||||
|
Reference in New Issue
Block a user