Fix an error while building test_radixtree.c with TEST_SHARED_RT

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix an error while building test_radixtree.c with TEST_SHARED_RT
Date: 2024-11-18 23:20:52
Message-ID: CAD21AoCU9YH+b9Rr8YRw7UjmB=1zh8GKQkWNiuN9mVhMvkyrRg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I realized that building test_radixtree.c with TEST_SHARED_RT fails
because it eventually sets RT_SHMEM when #include'ing radixtree.h but
it's missing some header files to include. I've attached a patch to
include necessary header files in radixtree.h to make it
self-contained.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v1-0001-Include-necessary-header-files-in-radixtree.h.patch application/octet-stream 974 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-11-18 23:30:28 Re: Reduce TupleHashEntryData struct size by half
Previous Message Tom Lane 2024-11-18 22:56:19 UNION versus collations