aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/async.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/async.h')
-rw-r--r--src/include/commands/async.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h
index d8814e9fec6..4c35394f818 100644
--- a/src/include/commands/async.h
+++ b/src/include/commands/async.h
@@ -18,7 +18,7 @@
/*
* The number of SLRU page buffers we use for the notification queue.
*/
-#define NUM_ASYNC_BUFFERS 8
+#define NUM_NOTIFY_BUFFERS 8
extern bool Trace_notify;
extern volatile sig_atomic_t notifyInterruptPending;