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

Commitb8a7211

Browse files
committed
Remove ipc_test.
This doesn't seem to be useful any more, and it's not really worth theeffort to keep updating it every time relevant dependencies or callingsignatures in the shared memory or semaphore code change.
1 parent594bac4 commitb8a7211

File tree

2 files changed

+0
-338
lines changed

2 files changed

+0
-338
lines changed

‎src/backend/port/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ else
4242
$(CC) $(CFLAGS) -c $<
4343
endif
4444

45-
# IPC test program
46-
ipc_test: ipc_test.o pg_sema.o pg_shmem.o
47-
$(CC)$(CFLAGS)$(LDFLAGS)$(LDFLAGS_EX)$(export_dynamic)$^$(LIBS) -o$@
48-
4945
distcleanclean:
5046
rm -f ipc_test ipc_test.o tas_cpp.s
5147
$(MAKE) -C darwin clean

‎src/backend/port/ipc_test.c

Lines changed: 0 additions & 334 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp