Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
320c7eb8
Commit
320c7eb8
authored
17 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Oops, make the MSVC build put fmgroids.h where it needs to be.
Per buildfarm results.
parent
815aa2c8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/tools/msvc/Solution.pm
+2
-1
2 additions, 1 deletion
src/tools/msvc/Solution.pm
src/tools/msvc/clean.bat
+2
-1
2 additions, 1 deletion
src/tools/msvc/clean.bat
with
4 additions
and
2 deletions
src/tools/msvc/Solution.pm
+
2
−
1
View file @
320c7eb8
...
@@ -3,7 +3,7 @@ package Solution;
...
@@ -3,7 +3,7 @@ package Solution;
#
#
# Package that encapsulates a Visual C++ solution file generation
# Package that encapsulates a Visual C++ solution file generation
#
#
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.4
2
2008/06/2
3 17:54
:3
0
tgl Exp $
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.4
3
2008/06/2
4 01:15
:3
6
tgl Exp $
#
#
use
Carp
;
use
Carp
;
use
strict
;
use
strict
;
...
@@ -204,6 +204,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
...
@@ -204,6 +204,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
chdir
('
src\backend\utils
');
chdir
('
src\backend\utils
');
system
("
perl Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h
");
system
("
perl Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h
");
chdir
('
..\..\..
');
chdir
('
..\..\..
');
copyFile
('
src\backend\utils\fmgroids.h
','
src\include\utils\fmgroids.h
');
}
}
if
(
IsNewer
('
src\include\utils\probes.h
','
src\backend\utils\pg_trace.d
'))
if
(
IsNewer
('
src\include\utils\probes.h
','
src\backend\utils\pg_trace.d
'))
...
...
This diff is collapsed.
Click to expand it.
src/tools/msvc/clean.bat
+
2
−
1
View file @
320c7eb8
@echo
off
@echo
off
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.1
1
2008/0
5/30 00:04
:3
2
tgl Exp $
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.1
2
2008/0
6/24 01:15
:3
6
tgl Exp $
set
DIST
=
0
set
DIST
=
0
if
"
%
1"
==
"dist"
set
DIST
=
1
if
"
%
1"
==
"dist"
set
DIST
=
1
...
@@ -21,6 +21,7 @@ if exist src\include\pg_config_os.h del /q src\include\pg_config_os.h
...
@@ -21,6 +21,7 @@ if exist src\include\pg_config_os.h del /q src\include\pg_config_os.h
if
%DIST%
==
1
if
exist
src
\backend\parser\parse.h
del
/q
src
\backend\parser\parse.h
if
%DIST%
==
1
if
exist
src
\backend\parser\parse.h
del
/q
src
\backend\parser\parse.h
if
exist
src
\include\utils\fmgroids.h
del
/q
src
\include\utils\fmgroids.h
if
exist
src
\include\utils\fmgroids.h
del
/q
src
\include\utils\fmgroids.h
if
exist
src
\backend\utils\fmgroids.h
del
/q
src
\backend\utils\fmgroids.h
if
exist
src
\backend\utils\fmgrtab.c
del
/q
src
\backend\utils\fmgrtab.c
if
exist
src
\backend\utils\fmgrtab.c
del
/q
src
\backend\utils\fmgrtab.c
if
exist
src
\backend\catalog\postgres.bki
del
/q
src
\backend\catalog\postgres.bki
if
exist
src
\backend\catalog\postgres.bki
del
/q
src
\backend\catalog\postgres.bki
if
exist
src
\backend\catalog\postgres.description
del
/q
src
\backend\catalog\postgres.description
if
exist
src
\backend\catalog\postgres.description
del
/q
src
\backend\catalog\postgres.description
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment