File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 501
501
|| confess " Could not touch bki-stamp" ;
502
502
close ($f );
503
503
chdir (' ../../..' );
504
+ }
504
505
506
+ if (IsNewer(
507
+ ' src/include/catalog/header-stamp' ,
508
+ ' src/backend/catalog/bki-stamp' ))
509
+ {
505
510
# Copy generated headers to include directory.
506
511
opendir (my $dh , ' src/backend/catalog/' )
507
512
|| die " Can't opendir src/backend/catalog/ $! " ;
516
521
copyFile(
517
522
' src/backend/catalog/schemapg.h' ,
518
523
' src/include/catalog/schemapg.h' );
524
+ open (my $chs , ' >' , ' src/include/catalog/header-stamp' )
525
+ || confess " Could not touch header-stamp" ;
526
+ close ($chs );
519
527
}
520
528
521
529
open (my $o , ' >' , " doc/src/sgml/version.sgml" )
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ if exist src\include\storage\lwlocknames.h del /q src\include\storage\lwlockname
49
49
if exist src\include\utils\probes.h del /q src\include\utils\probes.h
50
50
if exist src\include\catalog\schemapg.h del /q src\include\catalog\schemapg.h
51
51
if exist src\include\catalog\pg_*_d.h del /q src\include\catalog\pg_*_d.h
52
+ if exist src\include\catalog\header-stamp del /q src\include\catalog\header-stamp
52
53
if exist doc\src\sgml\version.sgml del /q doc\src\sgml\version.sgml
53
54
54
55
if %DIST% == 1 if exist src\backend\utils\fmgroids.h del /q src\backend\utils\fmgroids.h
You can’t perform that action at this time.
0 commit comments