Thread
Commits
-
Fix comment in indexing.c
- 9fd2952cf492 14.0 landed
-
Remove WITH OIDS support, change oid catalog column visibility.
- 578b229718e8 12.0 cited
-
Code comment fix
Vik Fearing <vik@postgresfriends.org> — 2021-03-17T07:31:16Z
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
-
Re: Code comment fix
Michael Paquier <michael@paquier.xyz> — 2021-03-17T08:11:53Z
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
-
Re: Code comment fix
Vik Fearing <vik@postgresfriends.org> — 2021-03-17T09:10:09Z
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