diff options
Diffstat (limited to 'src/include/replication/worker_internal.h')
-rw-r--r-- | src/include/replication/worker_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/replication/worker_internal.h b/src/include/replication/worker_internal.h index f6fee102b2a..26788fec5c1 100644 --- a/src/include/replication/worker_internal.h +++ b/src/include/replication/worker_internal.h @@ -56,8 +56,8 @@ typedef struct LogicalRepWorker TimestampTz reply_time; } LogicalRepWorker; -/* Memory context for cached variables in apply worker. */ -extern MemoryContext ApplyCacheContext; +/* Main memory context for apply worker. Permanent during worker lifetime. */ +extern MemoryContext ApplyContext; /* libpqreceiver connection */ extern struct WalReceiverConn *wrconn; |