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
320c7eb8
Commit
320c7eb8
authored
Jun 24, 2008
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, make the MSVC build put fmgroids.h where it needs to be.
Per buildfarm results.
parent
815aa2c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/tools/msvc/Solution.pm
src/tools/msvc/Solution.pm
+2
-1
src/tools/msvc/clean.bat
src/tools/msvc/clean.bat
+2
-1
No files found.
src/tools/msvc/Solution.pm
View file @
320c7eb8
...
...
@@ -3,7 +3,7 @@ package Solution;
#
# Package that encapsulates a Visual C++ solution file generation
#
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.4
2 2008/06/23 17:54:30
tgl Exp $
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.4
3 2008/06/24 01:15:36
tgl Exp $
#
use
Carp
;
use
strict
;
...
...
@@ -204,6 +204,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
chdir
('
src
\
backend
\
utils
');
system
("
perl Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h
");
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
'))
...
...
src/tools/msvc/clean.bat
View file @
320c7eb8
@echo
off
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.1
1 2008/05/30 00:04:32
tgl Exp $
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.1
2 2008/06/24 01:15:36
tgl Exp $
set
DIST
=
0
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
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
\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\catalog\postgres.bki
del
/q
src
\backend\catalog\postgres.bki
if
exist
src
\backend\catalog\postgres.description
del
/q
src
\backend\catalog\postgres.description
...
...
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