pgsql: Fix typo in rewriteheap.c.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in rewriteheap.c.
Date: 2022-01-11 05:24:02
Message-ID: E1n79da-00077I-37@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in rewriteheap.c.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACW7SvfFW8r2uKH6oQm1kNpt8aQMG61kSBPK0S2PHhFbMw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dbfa1022e4b63e71c4313f4d61a20ff97f2fb134

Modified Files
--------------
src/backend/access/heap/rewriteheap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-01-11 06:33:04 pgsql: Update docs of logical replication for commit 8d74fc96db.
Previous Message Amit Langote 2022-01-11 02:47:21 Re: pgsql: Create foreign key triggers in partitioned tables too