Code comment fix

Started by Vik Fearingabout 5 years ago3 messageshackers
Jump to latest
#1Vik Fearing
vik@postgresfriends.org

When table oids were removed by commit 578b229718e, the function
CatalogTupleInsert() was modified to return void but its comment was
left intact. Here is a trivial patch to fix that.
--
Vik Fearing

Attachments:

CatalogTupleInsert_comment.difftext/x-patch; charset=UTF-8; name=CatalogTupleInsert_comment.diffDownload+0-1
#2Michael Paquier
michael@paquier.xyz
In reply to: Vik Fearing (#1)
Re: Code comment fix

On Wed, Mar 17, 2021 at 08:31:16AM +0100, Vik Fearing wrote:

When table oids were removed by commit 578b229718e, the function
CatalogTupleInsert() was modified to return void but its comment was
left intact. Here is a trivial patch to fix that.

Thanks, Vik. Good catch. I'll fix that in a bit.
--
Michael

#3Vik Fearing
vik@postgresfriends.org
In reply to: Michael Paquier (#2)
Re: Code comment fix

On 3/17/21 9:11 AM, Michael Paquier wrote:

On Wed, Mar 17, 2021 at 08:31:16AM +0100, Vik Fearing wrote:

When table oids were removed by commit 578b229718e, the function
CatalogTupleInsert() was modified to return void but its comment was
left intact. Here is a trivial patch to fix that.

Thanks, Vik. Good catch. I'll fix that in a bit.

Cheers.
--
Vik Fearing