From: Alvaro Herrera Date: Mon, 22 Feb 2021 14:34:05 +0000 (-0300) Subject: Fix typo X-Git-Tag: REL_14_BETA1~718 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=6a03369a71d4a7dc5b8d928aab775ddd28b72494;p=postgresql.git Fix typo --- 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