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
be1d9fea
Commit
be1d9fea
authored
Mar 31, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update make_mkid for mkid version 4.0.
parent
175dbf74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/test/regress/regress.sh
src/test/regress/regress.sh
+4
-4
src/tools/make_mkid
src/tools/make_mkid
+1
-1
No files found.
src/test/regress/regress.sh
View file @
be1d9fea
#!/bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.4
5 2000/03/16 14:37:33 thomas
Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.4
6 2000/03/31 01:41:26 momjian
Exp $
#
if
[
$#
-eq
0
]
;
then
echo
"Syntax:
$0
<hostname> [extra-tests]"
...
...
@@ -10,7 +10,7 @@ hostname=$1
shift
extratests
=
"
$*
"
if
[
"x
$hostname
"
=
"xwin"
-o
"x
$hostname
"
=
"xi386-
pc
-qnx4"
]
;
then
if
[
"x
$hostname
"
=
"xwin"
-o
"x
$hostname
"
=
"xi386-
qnx
-qnx4"
]
;
then
HOSTLOC
=
"-h localhost"
else
HOSTLOC
=
""
...
...
@@ -79,7 +79,7 @@ if [ $? -ne 0 ]; then
exit
1
fi
if
[
"x
$hostname
"
!=
"xi386-
pc
-qnx4"
]
;
then
if
[
"x
$hostname
"
!=
"xi386-
qnx
-qnx4"
]
;
then
echo
"=============== installing languages... ================="
$ECHO_N
"installing PL/pgSQL .. "
$ECHO_C
createlang
$HOSTLOC
plpgsql regression
...
...
@@ -94,7 +94,7 @@ fi
echo
"=============== running regression queries... ================="
echo
""
>
regression.diffs
if
[
"x
$hostname
"
=
"xi386-
pc
-qnx4"
]
;
then
if
[
"x
$hostname
"
=
"xi386-
qnx
-qnx4"
]
;
then
DIFFOPT
=
"-b"
else
DIFFOPT
=
"-w"
...
...
src/tools/make_mkid
View file @
be1d9fea
#!/bin/sh
find
`
pwd
`
/
\(
-name
_deadcode
-a
-prune
\)
-o
\
-type
f
-name
'*.[chyl]'
-print
|sed
's;//;/;g'
| mkid
-S
.gen
=
C -
-type
f
-name
'*.[chyl]'
-print
|sed
's;//;/;g'
| mkid
find
.
-name
'CVS'
-prune
-o
-type
d
-print
|while
read
DIR
do
...
...
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