Commit Graph

64 Commits (ef679ff6b7390c7773bf41d073dbe5f1502d9d04)

Author SHA1 Message Date
Bruce Momjian fcbc95b9a2 Make validate_exec take a const char *, for gcc 3.4, which is more 22 years ago
Tom Lane ff0b706b13 Fix random breakage in exec.c for platforms where strdup is a macro. 22 years ago
Bruce Momjian 3255851e6a Small variable rename in exec.c. 22 years ago
Bruce Momjian ceceeffe1e Clean up find_my_exec to work cleaner. 22 years ago
Bruce Momjian ecc198bd39 Re-add elog() to exec.c, per Tom. 22 years ago
Bruce Momjian dbb9aa224e Supress verbose stderr messages while trying to find my exec path. 22 years ago
Bruce Momjian a9fad44372 Move find_my_exec() way up into main.c so it is available to the 22 years ago
Bruce Momjian 3b382d1ae3 Clean up some relative path install issues with Claudio's help. 22 years ago
Bruce Momjian 3febb477e6 Reorganize code to allow path-relative installs. 22 years ago
Bruce Momjian 9f944f0443 Adjust find_my_exec/find_other_exec() so that the return parameter is 22 years ago
Bruce Momjian f69ecb4f8c Reorganize backend code to more cleanly manage executable names and 22 years ago
Bruce Momjian c2e8386440 Fix Win32 bug with missing errno for strerror(). 22 years ago
Bruce Momjian b1ffacddfc Rename find_my_binary/find_other_binary to 22 years ago
Bruce Momjian fda15b351a As part of the work for making relocatable installs, I have re-factored 22 years ago
Bruce Momjian 3947f653f9 * postmaster.c: cleanup pmdaemonize under win32; missed failure message 22 years ago
Bruce Momjian e5e5a323ca Briefly, 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian fec809c549 Cleanup for recent .exe Win32 fix. 22 years ago
Bruce Momjian 0a2c82b5f7 Add .exe to Win32 stat calls. Don't symlink postmaster on Win32. 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane 689eb53e47 Error message editing in backend/utils (except /adt). 23 years ago
Bruce Momjian 98b6f37e47 Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 23 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 23 years ago
Bruce Momjian d46e643822 Add Win32 path handling for / vs. \ and drive letters. 23 years ago
Tom Lane f6e0130b5b Clean up a few fprintf(stderr)'s that should be elog's. 23 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Bruce Momjian a033daf566 Commit to match discussed elog() changes. Only update is that LOG is 24 years ago
Bruce Momjian dbb76bf2e0 Move sys/types.h to top, for hiroyuki hanai/ FreeBSD. 24 years ago
Bruce Momjian 8469a33818 Add gp->gr_mem != NULL check for Solaris, per Seth Hettich 25 years ago
Bruce Momjian 40b1403ae8 Check for NULL return from getgrgid(), per Seth Hettich 25 years ago
Tom Lane 6ec5eaad3b Fix FindExec() for case where executable is found via a relative path 25 years ago
Bruce Momjian f598201348 Noticed a small bug in the code. Probably been there for some time. Note 25 years ago
Tom Lane 8407bb3c72 Remove useless setuid() call, instead add a check that real and effective 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Peter Eisentraut 74618e2b82 Another round of those unportable config/build changes :-/ 26 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian a608637768 Another for for exec() removal and finding binaries. 28 years ago
Bruce Momjian 3912b75705 Fixed exec path problem. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 29 years ago