mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Oops, make the MSVC build put fmgroids.h where it needs to be.
Per buildfarm results.
This commit is contained in:
parent
815aa2c8e8
commit
320c7eb8c6
@ -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.42 2008/06/23 17:54:30 tgl Exp $
|
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.43 2008/06/24 01:15:36 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
|
|||||||
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'))
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.11 2008/05/30 00:04:32 tgl Exp $
|
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.12 2008/06/24 01:15:36 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
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user