Code comment fix

From: Vik Fearing <vik(at)postgresfriends(dot)org>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Andres Freund <andres(at)anarazel(dot)de>
Subject: Code comment fix
Date: 2021-03-17 07:31:16
Message-ID: fef01975-ed10-3601-7b9e-80ecef72d00b@postgresfriends.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
CatalogTupleInsert_comment.diff text/x-patch 623 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message kuroda.hayato@fujitsu.com 2021-03-17 07:40:30 RE: [PATCH] pgbench: improve \sleep meta command
Previous Message Peter Smith 2021-03-17 06:50:47 Re: [HACKERS] logical decoding of two-phase transactions