Fix typos in comments in worker.c and execReplication.c
Tender Wang <tndrwang@gmail.com>
From: Tender Wang <tndrwang@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-08-16T07:43:47Z
Lists: pgsql-hackers
Attachments
Hi, While debugging the code, I found typos in worker.c and execReplication.c "suffcient" should be "sufficient" "confict" should be "conflict" fd5a1a0 introduced these typos. Please take a look at the attached patch. -- Thanks, Tender Wang