pgsql: Fix recently introduced typo.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix recently introduced typo.
Date: 2020-04-05 19:03:32
Message-ID: E1jLAYO-0006Xk-0b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix recently introduced typo.

Reported-By: David Rowley

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/549a3e23c3d618103487161b19dbbf8fd2206a5c

Modified Files
--------------
src/backend/utils/cache/relcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2020-04-06 01:07:01 pgsql: Use TransactionXmin instead of RecentGlobalXmin in heap_abort_sp
Previous Message Peter Eisentraut 2020-04-05 08:13:39 pgsql: Save errno across LWLockRelease() calls