Re: BUG #19450: Where is checksum_block.inc.c after master install?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John Naylor <johncnaylorls(at)gmail(dot)com>
Cc: rekgrpth(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #19450: Where is checksum_block.inc.c after master install?
Date: 2026-04-06 02:50:54
Message-ID: 1197033.1775443854@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

John Naylor <johncnaylorls(at)gmail(dot)com> writes:
>> There is no checksum_block.inc.c after master install

> I'll look into that. What broke, so I can reproduce?

src/include/Makefile knows what it's supposed to install out
of that subtree, and it thinks storage/*.h is sufficient.
I didn't check to see if the meson system has the same oversight.

One could argue that the real bug is having put a .c file into
the include/ tree in the first place. Why was it done like that?
Couldn't it be a .h file?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John Naylor 2026-04-06 02:57:40 Re: BUG #19450: Where is checksum_block.inc.c after master install?
Previous Message Tom Lane 2026-04-06 02:46:40 Re: BUG #19437: temp_tablespaces doesn't work inside a cursor?