Re: BUG #19450: Where is checksum_block.inc.c after master install? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #19450: Where is checksum_block.inc.c after master install?
Date
Msg-id 1197033.1775443854@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #19450: Where is checksum_block.inc.c after master install?  (John Naylor <johncnaylorls@gmail.com>)
Responses Re: BUG #19450: Where is checksum_block.inc.c after master install?
List pgsql-bugs
John Naylor <johncnaylorls@gmail.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



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #19437: temp_tablespaces doesn't work inside a cursor?
Next
From: John Naylor
Date:
Subject: Re: BUG #19450: Where is checksum_block.inc.c after master install?