Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
88dd65ae
Commit
88dd65ae
authored
Nov 13, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lack of optreset.
parent
48adc0b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/bin/initdb/initdb.c
src/bin/initdb/initdb.c
+6
-3
No files found.
src/bin/initdb/initdb.c
View file @
88dd65ae
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* This is a C implementation of the previous shell script for setting up a
* This is a C implementation of the previous shell script for setting up a
* PostgreSQL cluster location, and should be highly compatible with it.
* PostgreSQL cluster location, and should be highly compatible with it.
*
*
* $Header: /cvsroot/pgsql/src/bin/initdb/initdb.c,v 1.
2 2003/11/10 22:52:10 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/initdb/initdb.c,v 1.
3 2003/11/13 01:09:24 tgl
Exp $
*
*
* TODO:
* TODO:
* - clean up find_postgres code and return values
* - clean up find_postgres code and return values
...
@@ -30,16 +30,19 @@
...
@@ -30,16 +30,19 @@
#include "postgres_fe.h"
#include "postgres_fe.h"
#include "getopt_long.h"
#include <dirent.h>
#include <dirent.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <unistd.h>
#include <unistd.h>
#include <locale.h>
#include <locale.h>
#include <signal.h>
#include <signal.h>
#include "libpq/pqsignal.h"
#include "libpq/pqsignal.h"
#include "mb/pg_wchar.h"
#include "mb/pg_wchar.h"
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
int
optreset
;
#endif
/* version string we expect back from postgres */
/* version string we expect back from postgres */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment