Question about an inconsistency - 2

From: "petrum(at)gmail(dot)com" <petrum(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Question about an inconsistency - 2
Date: 2016-07-19 12:59:23
Message-ID: 1E415F68-FDFF-48E8-84B0-6362FAF0C98B@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message petrum@gmail.com 2016-07-19 13:08:48 Question about an inconsistency - 3
Previous Message Amit Kapila 2016-07-19 12:08:53 Re: [BUG] pg_basebackup from disconnected standby fails