Skip to content

Commit 1800214

Browse files
committed
Merge branch 'REL9_5_STABLE' into PGPRO9_5
Merge tap test fixes
2 parents 210f91c + 0887382 commit 1800214

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/bin/pgbench/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ uninstall:
3737

3838
clean distclean:
3939
rm -f pgbench$(X) $(OBJS)
40+
rm -rf tmp_check
4041

4142
maintainer-clean: distclean
4243
rm -f exprparse.c exprscan.c

src/test/ssl/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,8 @@ ssl/root+client.crl: ssl/root.crl ssl/client.crl
122122
sslfiles-clean:
123123
rm -f $(SSLFILES) ssl/client_ca.srl ssl/server_ca.srl ssl/client_ca-certindex* ssl/server_ca-certindex* ssl/root_ca-certindex* ssl/root_ca.srl ssl/temp_ca.crt ssl/temp_ca_signed.crt
124124

125+
clean distclean maintainer-clean:
126+
rm -rf tmp_check
127+
125128
check:
126129
$(prove_check)

src/tools/msvc/clean.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ if exist src\test\regress\autoinc.dll del /q src\test\regress\autoinc.dll
9292
if exist src\bin\initdb\tmp_check rd /s /q src\bin\initdb\tmp_check
9393
if exist src\bin\pg_basebackup\tmp_check rd /s /q src\bin\pg_basebackup\tmp_check
9494
if exist src\bin\pg_config\tmp_check rd /s /q src\bin\pg_config\tmp_check
95+
if exist src\bin\pg_controldata\tmp_check rd /s /q src\bin\pg_controldata\tmp_check
9596
if exist src\bin\pg_ctl\tmp_check rd /s /q src\bin\pg_ctl\tmp_check
9697
if exist src\bin\pg_rewind\tmp_check rd /s /q src\bin\pg_rewind\tmp_check
9798
if exist src\bin\pgbench\tmp_check rd /s /q src\bin\pgbench\tmp_check

0 commit comments

Comments
 (0)