aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/ipc_test.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-12-31 17:24:26 -0500
committerBruce Momjian <bruce@momjian.us>2010-12-31 17:25:02 -0500
commit30aeda439456d14e713a5693461bcd62035f1d9d (patch)
tree729144557a95458fa2620c5191822699be7a59d4 /src/backend/port/ipc_test.c
parent39c8dd66204ebfea9c1c6a7a9ca38b7419dbe8a1 (diff)
downloadpostgresql-30aeda439456d14e713a5693461bcd62035f1d9d.tar.gz
postgresql-30aeda439456d14e713a5693461bcd62035f1d9d.zip
Include the first valid listen address in pg_ctl to improve server start
"wait" detection and add postmaster start time to help determine if the postmaster is actually using the specified data directory.
Diffstat (limited to 'src/backend/port/ipc_test.c')
-rw-r--r--src/backend/port/ipc_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/port/ipc_test.c b/src/backend/port/ipc_test.c
index a003dc9c206..461a7a65b2d 100644
--- a/src/backend/port/ipc_test.c
+++ b/src/backend/port/ipc_test.c
@@ -104,7 +104,7 @@ on_exit_reset(void)
}
void
-RecordSharedMemoryInLockFile(unsigned long id1, unsigned long id2)
+AddToLockFile(int target_line, const char *str)
{
}