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
c1d5e88b
Commit
c1d5e88b
authored
Sep 09, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make pgindent gnu test better.
parent
5bc0d31a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/Makefile.global.in
src/Makefile.global.in
+2
-1
src/tools/pgindent/pgindent
src/tools/pgindent/pgindent
+2
-2
No files found.
src/Makefile.global.in
View file @
c1d5e88b
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.5
7 1999/07/20 02:42:19
momjian Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.5
8 1999/09/09 19:39:00
momjian Exp $
#
#
# NOTES
# NOTES
# Essentially all Postgres make files include this file and use the
# Essentially all Postgres make files include this file and use the
...
@@ -147,6 +147,7 @@ USE_TCL= @USE_TCL@
...
@@ -147,6 +147,7 @@ USE_TCL= @USE_TCL@
USE_TK
=
@USE_TK@
USE_TK
=
@USE_TK@
USE_PERL
=
@USE_PERL@
USE_PERL
=
@USE_PERL@
PERL
=
perl
#
#
# enable native odbc driver support
# enable native odbc driver support
...
...
src/tools/pgindent/pgindent
View file @
c1d5e88b
...
@@ -8,8 +8,8 @@ then echo "Go to the src/tools/entab directory and do a 'make' and 'make install
...
@@ -8,8 +8,8 @@ then echo "Go to the src/tools/entab directory and do a 'make' and 'make install
echo
"Then run
$0
again."
echo
"Then run
$0
again."
exit
1
exit
1
fi
fi
indent
-
st
-npro
</dev/null
>
/dev/null 2>&1
indent
-
-version
</dev/null
>
/dev/null 2>&1
if
[
"
$?
"
-
ne
0
]
if
[
"
$?
"
-
eq
0
]
then
echo
"You do not appear to have 'indent' installed on your system."
>
&2
then
echo
"You do not appear to have 'indent' installed on your system."
>
&2
exit
1
exit
1
fi
fi
...
...
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