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

Commitf30c6f5

Browse files
committed
Clean up after TAP tests in oid2name and vacuumlo.
Oversights in commits1aaf532 andbfea331. Unlike the case fortraditional-style REGRESS tests, pgxs.mk doesn't have any builtin supportfor TAP tests, so it doesn't realize it should remove tmp_check/.Maybe we should build some actual pgxs infrastructure for TAP tests ...but for the moment, just remove explicitly.
1 parent14e9b2a commitf30c6f5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎contrib/oid2name/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ OBJS= oid2name.o $(WIN32RES)
99
PG_CPPFLAGS = -I$(libpq_srcdir)
1010
PG_LIBS_INTERNAL =$(libpq_pgport)
1111

12+
EXTRA_CLEAN = tmp_check
13+
1214
ifdefUSE_PGXS
1315
PG_CONFIG = pg_config
1416
PGXS :=$(shell$(PG_CONFIG) --pgxs)

‎contrib/vacuumlo/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ OBJS= vacuumlo.o $(WIN32RES)
99
PG_CPPFLAGS = -I$(libpq_srcdir)
1010
PG_LIBS_INTERNAL =$(libpq_pgport)
1111

12+
EXTRA_CLEAN = tmp_check
13+
1214
ifdefUSE_PGXS
1315
PG_CONFIG = pg_config
1416
PGXS :=$(shell$(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp