Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit320c7eb

Browse files
committed
Oops, make the MSVC build put fmgroids.h where it needs to be.
Per buildfarm results.
1 parent815aa2c commit320c7eb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎src/tools/msvc/Solution.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Solution;
33
#
44
# Package that encapsulates a Visual C++ solution file generation
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.42 2008/06/23 17:54:30 tgl Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.43 2008/06/24 01:15:36 tgl Exp $
77
#
88
use Carp;
99
use strict;
@@ -204,6 +204,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
204204
chdir('src\backend\utils');
205205
system("perl Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h");
206206
chdir('..\..\..');
207+
copyFile('src\backend\utils\fmgroids.h','src\include\utils\fmgroids.h');
207208
}
208209

209210
if (IsNewer('src\include\utils\probes.h','src\backend\utils\pg_trace.d'))

‎src/tools/msvc/clean.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echooff
2-
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.11 2008/05/30 00:04:32 tgl Exp $
2+
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.12 2008/06/24 01:15:36 tgl Exp $
33

44
setDIST=0
55
if"%1"=="dist"setDIST=1
@@ -21,6 +21,7 @@ if exist src\include\pg_config_os.h del /q src\include\pg_config_os.h
2121
if%DIST%==1ifexist src\backend\parser\parse.hdel /q src\backend\parser\parse.h
2222
ifexist src\include\utils\fmgroids.hdel /q src\include\utils\fmgroids.h
2323

24+
ifexist src\backend\utils\fmgroids.hdel /q src\backend\utils\fmgroids.h
2425
ifexist src\backend\utils\fmgrtab.cdel /q src\backend\utils\fmgrtab.c
2526
ifexist src\backend\catalog\postgres.bkidel /q src\backend\catalog\postgres.bki
2627
ifexist src\backend\catalog\postgres.descriptiondel /q src\backend\catalog\postgres.description

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp