Re: replicating DROP commands across servers - Mailing list pgsql-hackers

From Tom Lane
Subject Re: replicating DROP commands across servers
Date
Msg-id 6147.1419434117@sss.pgh.pa.us
Whole thread Raw
In response to Re: replicating DROP commands across servers  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> I really wonder if we can't make msvc reliably recognize this kind of
> scenario - especially this case is pretty trivial?

Even if MSVC did understand pg_unreachable(), there would be other
compilers that didn't, so we'd need to worry about suppressing such
warnings anyhow.  Personally I'm just as happy that we have instances
of this case in the buildfarm where we can check it easily.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Misaligned BufferDescriptors causing major performance problems on AMD
Next
From: Tom Lane
Date:
Subject: Re: replicating DROP commands across servers