Add a filed to PageHeaderData - Mailing list pgsql-hackers

From Soroosh Sardari
Subject Add a filed to PageHeaderData
Date
Msg-id CAFUsPDaa8QhrwYbO-yv-V1wuzZDz4h21qppjDVVUfdtODuyyNg@mail.gmail.com
Whole thread Raw
Responses Re: Add a filed to PageHeaderData  (Soroosh Sardari <soroosh.sardari@gmail.com>)
List pgsql-hackers
Dear Hackers

I wanted to add a char array with length of 20 to PageHeaderData in include/storage/bufpage.h.
Surprisingly regression test failed on rangetypes test!

The diff of resulted and expected file is :

*** 968,974 ****
  select count(*) from test_range_spgist where ir -|- int4range(100,500);
   count
  -------
!      5
  (1 row)
 
  -- now check same queries using a bulk-loaded index
--- 968,974 ----
  select count(*) from test_range_spgist where ir -|- int4range(100,500);
   count
  -------
!      2
  (1 row)
 
  -- now check same queries using a bulk-loaded index

======================================================================

Any help appreciated.


Soroosh Sardari

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: review: tab completion for set search_path TO
Next
From: Pavel Stehule
Date:
Subject: Re: review: tab completion for set search_path TO