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

From petrum@gmail.com
Subject Question about an inconsistency - 1
Date
Msg-id FBCC2213-F2ED-45DC-9400-7E836174653A@gmail.com
Whole thread Raw
Responses Re: Question about an inconsistency - 1  (Tom Lane <tgl@sss.pgh.pa.us>)
Question about an inconsistency - 2  ("petrum@gmail.com" <petrum@gmail.com>)
List pgsql-hackers
Hi,<div class=""><br class="" /></div><div class="">I have a question regarding the source code in file pg_proc.h
(postgresql-9.4.4).</div><divclass=""><br class="" /></div><div class="">At line 1224 (copied below) why the 28th
identifieris timestamp_eq?</div><div class=""><br class="" /></div><div class=""><div class="" style="margin: 0px;
font-size:11px; line-height: normal; font-family: Monaco;">DATA(insert OID = 1152 (  timestamptz_eq   PGNSP PGUID 12 1
00 0 f f f t t f i 2 0 16 <span class="" style="color: #3933ff">"1184 1184"</span> _null_ _null_ _null_ _null_
timestamp_eq_null_ _null_ _null_ ));</div></div><div class=""><div class=""><span class="" style="font-size: 11px;"><br
class=""/></span></div><div class="">I would expect it to be timestamptz_eq (the same as the 5th identifier from the
sameline). Shouldn't it be the same </div></div><div class="">like in the line 2940 copied also below having the same
identifierin the 28th and 5th positions (timestamp_eq)?</div><div class=""><span class="" style="font-size: 11px;"><br
class=""/></span></div><div class=""><div class="" style="margin: 0px; font-size: 11px; line-height: normal;
font-family:Monaco;">DATA(insert OID = 2052 (  timestamp_eq<span class="Apple-tab-span" style="white-space:pre">
</span>PGNSPPGUID 12 1 0 0 0 f f f t t f i 2 0 16 <span class="" style="color: #3933ff">"1114 1114"</span> _null_
_null__null_ _null_ timestamp_eq _null_ _null_ _null_ ));</div></div><div class=""><br class="" /></div><div class="">A
similarquestion can be asked for lines 1225 to 1229 (but for their specific identifiers).</div><div class=""><br
class=""/></div><div class="">Regards,</div><div class="">Pepi</div> 

pgsql-hackers by date:

Previous
From: Marco Nenciarini
Date:
Subject: Re: [BUGS] BUG #14230: Wrong timeline returned by pg_stop_backup on a standby
Next
From: Andrew Borodin
Date:
Subject: Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC]