pgsql: Fix typo in decode.c.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in decode.c.
Date: 2023-09-04 03:45:36
Message-ID: E1qd0Wu-002KlN-Hn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in decode.c.

Author: Hou Zhijie
Discussion: http://postgr.es/m/OS0PR01MB57162DFFFCFCDA2E4B95899394E4A@OS0PR01MB5716.jpnprd01.prod.outlook.com

Branch
------
master

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

Modified Files
--------------
src/backend/replication/logical/decode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-09-04 05:56:42 pgsql: Fix out-of-bound read in gtsvector_picksplit()
Previous Message Michael Paquier 2023-09-03 23:05:14 pgsql: Fix handling of shared statistics with dropped databases