On Tue, Apr 8, 2014 at 02:08:25PM -0400, Greg Stark wrote:
> On Mon, Apr 7, 2014 at 10:43 AM, Robert Haas wrote:
> > OK, done. One less thing to worry about when committing!
>
> Also one less thing to cause headaches with etags and similar tools.
> It always drove me nuts that I was constantly
Greg Stark wrote:
> On Mon, Apr 7, 2014 at 10:43 AM, Robert Haas wrote:
> > OK, done. One less thing to worry about when committing!
>
> Also one less thing to cause headaches with etags and similar tools.
> It always drove me nuts that I was constantly being sent to ipc_test
> files for various
On Mon, Apr 7, 2014 at 10:43 AM, Robert Haas wrote:
> OK, done. One less thing to worry about when committing!
Also one less thing to cause headaches with etags and similar tools.
It always drove me nuts that I was constantly being sent to ipc_test
files for various typedefs. Thanks!
--
greg
On Fri, Apr 4, 2014 at 10:11 AM, Tom Lane wrote:
> Andres Freund writes:
>> On 2014-04-04 09:31:01 -0400, Robert Haas wrote:
>>> Does anybody care about being able to compile ipc_test as a standalone
>>> binary any more?
>
>> I don't.
>
> I can't remember the last time I had use for it either. +
Andres Freund writes:
> On 2014-04-04 09:31:01 -0400, Robert Haas wrote:
>> Does anybody care about being able to compile ipc_test as a standalone
>> binary any more?
> I don't.
I can't remember the last time I had use for it either. +1 for removal.
> But if we want to keep it, it should be bu
Hi,
On 2014-04-04 09:31:01 -0400, Robert Haas wrote:
> Does anybody care about being able to compile ipc_test as a standalone
> binary any more?
I don't.
But if we want to keep it, it should be built during a normal build to
make sure it doesn't get broken.
Greetings,
Andres Freund
--
Andre
Does anybody care about being able to compile ipc_test as a standalone
binary any more?
I ask because, while working on some of the outstanding cleanup issues
around dynamic shared memory, I made sure to test whether it required
further adjustments based on the changes that I'd done, only to
disco