pgsql: Fix typo - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix typo
Date
Msg-id E1w5HXP-001Lqj-1x@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo

Mistake in commit e2f289e5b9b: SOFT_ERROR_OCCURRED was called with the
wrong fcinfo field.

Reported-by: Jianghua Yang <yjhjstz@gmail.com>
Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAAZLFmSGti716gWeY%3DDCZ9TTVOixnHZ4_4V4tDzoeE86D64vOA%40mail.gmail.com

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: pg_createsubscriber: Add -l/--logdir option to redirect output t
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix some typos and make small stylistic improvements