diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-10-07 15:21:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-10-07 15:21:58 +0000 |
commit | a5d7ba773dff04d700afca6cf86bff64dc663b4f (patch) | |
tree | b772d1e2f500d927ab2e0d42ba12ec91c6b03769 /src/port/exec.c | |
parent | 9da50e1f53f47671f571d75725a093af30bf0623 (diff) | |
download | postgresql-a5d7ba773dff04d700afca6cf86bff64dc663b4f.tar.gz postgresql-a5d7ba773dff04d700afca6cf86bff64dc663b4f.zip |
Adjust comments previously moved to column 1 by pgident.
Diffstat (limited to 'src/port/exec.c')
-rw-r--r-- | src/port/exec.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/port/exec.c b/src/port/exec.c index 7d623a25d7d..650fc724768 100644 --- a/src/port/exec.c +++ b/src/port/exec.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/exec.c,v 1.28 2004/09/27 23:58:09 momjian Exp $ + * $PostgreSQL: pgsql/src/port/exec.c,v 1.29 2004/10/07 15:21:57 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -277,8 +277,7 @@ find_my_exec(const char *argv0, char *retpath) log_error("could not find a \"%s\" to execute", argv0); return -1; -#if 0 - +#if NOT_USED /* * Win32 has a native way to find the executable name, but the above * method works too. |