mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Fix an obsolete file path mentioned in a comment.
This commit is contained in:
parent
34f0a8e72d
commit
11c7bdb4e4
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user