BUG #13905: Inconsistent code modification - Mailing list pgsql-bugs

From petrum@gmail.com
Subject BUG #13905: Inconsistent code modification
Date
Msg-id 20160202074744.2780.43822@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13905: Inconsistent code modification  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13905
Logged by:          Petru Florin Mihancea
Email address:      petrum@gmail.com
PostgreSQL version: 9.4.4
Operating system:   MacOSX
Description:

While experimenting with a CodeSonar plugin I am working on I identified the
following potential low severity bug.

Location: file src/include/catalog/pg_proc.h

Lines 4613 and 4615 looks to be copies of lines 4252 and 4254,
respectively.
They are parts of a larger code fragment duplicated and modified by
replacing *json* with *jsonb*. However, lines 4613 and 4615 are not modified
accordingly i.e., they still contain the *json* sub-string and not the
*jsonb* as it would be expected according to their neighbor source code
lines.

pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [BUGS] BUG #13904: Postgres “cannot assign non-composite value to a row variable” error assigning a composite value
Next
From: Tom Lane
Date:
Subject: Re: BUG #13905: Inconsistent code modification