From 6a03369a71d4a7dc5b8d928aab775ddd28b72494 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 22 Feb 2021 11:34:05 -0300 Subject: [PATCH] Fix typo --- src/backend/storage/ipc/procarray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index 4085891237a..a5daea89571 100644 --- a/src/backend/storage/ipc/procarray.c +++ b/src/backend/storage/ipc/procarray.c @@ -1601,7 +1601,7 @@ TransactionIdIsActive(TransactionId xid) * well as "internally" by GlobalVisUpdate() (see comment above struct * GlobalVisState). * - * See the definition of ComputedXidHorizonsResult for the various computed + * See the definition of ComputeXidHorizonsResult for the various computed * horizons. * * For VACUUM separate horizons (used to decide which deleted tuples must