[PATCH] libpq: Fix incorrect message type in getBackendKeyData() comment - Mailing list pgsql-hackers

From zourenli
Subject [PATCH] libpq: Fix incorrect message type in getBackendKeyData() comment
Date
Msg-id tencent_C59817929F863927CA14B1C8BA9210019B0A@qq.com
Whole thread Raw
Responses Re: [PATCH] libpq: Fix incorrect message type in getBackendKeyData() comment
List pgsql-hackers
Hi all,  

This is a trivial fix for the comment of getBackendKeyData() function in fe-protocol3.c.  
The comment incorrectly stated that the BackendKeyData message type is 'v', when in fact it is 'K' as defined in protocol.h. This fix corrects the comment to match the actual message type used in the protocol.  
No functional changes are involved.  

Patch is attached below.  

Thanks,  
zourenli  
<398740848@qq.com>
Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Skipping schema changes in publication
Next
From: Chao Li
Date:
Subject: Re: Add errdetail() with PID and UID about source of termination signal