8000 Update comments. · postgrespro/postgres_cluster@d95886e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d95886e

Browse files
committed
Update comments.
1 parent 6effc19 commit d95886e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/port/path.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/port/path.c,v 1.53 2005/08/12 02:48:37 momjian Exp $
11+
* $PostgreSQL: pgsql/src/port/path.c,v 1.54 2005/08/12 03:07:45 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -289,7 +289,7 @@ canonicalize_path(char *path)
289289
* not preceed it.
290290
* So, we only deal with "/usr/local/..", not with "/usr/local/../..".
291291
* We don't handle the even more complex cases, like
292-
* "usr/local/../../.." and "usr/local/../bin/../..".
292+
* "usr/local/../../..".
293293
*/
294294
else if (len > 3 && strcmp(path + len - 3, "/..") == 0 &&
295295
(len != 5 || strcmp(path, "../..") != 0) &&

0 commit comments

Comments
 (0)
0