Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b8a7211

Browse files
committed
Remove ipc_test.
This doesn't seem to be useful any more, and it's not really worth the effort to keep updating it every time relevant dependencies or calling signatures in the shared memory or semaphore code change.
1 parent 594bac4 commit b8a7211

File tree

2 files changed

+0
-338
lines changed

2 files changed

+0
-338
lines changed

src/backend/port/Makefile

-4
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
distclean clean:
5046
rm -f ipc_test ipc_test.o tas_cpp.s
5147
$(MAKE) -C darwin clean

src/backend/port/ipc_test.c

-334
This file was deleted.

0 commit comments

Comments
 (0)