Question about an inconsistency - 2 - Mailing list pgsql-hackers

From petrum@gmail.com
Subject Question about an inconsistency - 2
Date
Msg-id 1E415F68-FDFF-48E8-84B0-6362FAF0C98B@gmail.com
Whole thread Raw
In response to Question about an inconsistency - 1  ("petrum@gmail.com" <petrum@gmail.com>)
Responses Question about an inconsistency - 3  ("petrum@gmail.com" <petrum@gmail.com>)
Re: Question about an inconsistency - 2  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

In file postgresql-9.4.4/src/backend/utils/adt/format_type.c
function format_type_internal line 159, shouldn’t be used
array_base_type instead of type_oid?

In line 153 it is searched for array_base_type and thus
shouldn’t we use it (ie., array_base_type) to report that the
type is not found. It is similar to the case of searching for
type_oid in lines 129-135.

Thanks,
Petru Florin Mihancea



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: sslmode=require fallback
Next
From: "petrum@gmail.com"
Date:
Subject: Question about an inconsistency - 3