On 12/13/2014 04:45 PM, Mark Dilger wrote:
In commit 2c03216d831160bedd72d45f712601b6f7d03f1c, the
following define occurs twice in src/include/access/xlogrecord.h:
#define SizeOfXLogRecordDataHeaderLong (sizeof(uint8) + sizeof(uint32))
It is no big deal, as the definitions don't contradict eac
In commit 2c03216d831160bedd72d45f712601b6f7d03f1c, the
following define occurs twice in src/include/access/xlogrecord.h:
#define SizeOfXLogRecordDataHeaderLong (sizeof(uint8) + sizeof(uint32))
It is no big deal, as the definitions don't contradict each other. We
could probably live with just on
Tom Lane wrote:
> Joe Conway <[EMAIL PROTECTED]> writes:
> > I was looking through elog.h and noticed this at about line 36:
> > #define ERROR 20 /* user error - abort transaction; return
> > * to known state */
> > #define ERROR 20 /* user error - abort t
Joe Conway <[EMAIL PROTECTED]> writes:
> I was looking through elog.h and noticed this at about line 36:
> #define ERROR 20 /* user error - abort transaction; return
>* to known state */
> #define ERROR 20 /* user error - abort transaction; return
>
I was looking through elog.h and noticed this at about line 36:
#define ERROR 20 /* user error - abort transaction; return
* to known state */
#define ERROR 20 /* user error - abort transaction; return
* to known state */
Joe
---