mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +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
|
||||
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 *);
|
||||
|
Reference in New Issue
Block a user