| From: | Mark Dilger <hornschnorter(at)gmail(dot)com> |
|---|---|
| To: | heikki(dot)linnakangas(at)iki(dot)fi, pgsql-hackers(at)postgresql(dot)org |
| Subject: | duplicate #define |
| Date: | 2014-12-13 14:45:57 |
| Message-ID: | CAE-h2ToB6b2h=GnOpOMn2kCPo5-fhSg4nNGovxGhTfjexEhv1w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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 one, though.
Patch attached
Mark Dilger
| Attachment | Content-Type | Size |
|---|---|---|
| xlogrecord.diff | text/plain | 428 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2014-12-13 14:50:44 | Custom timestamp format in logs |
| Previous Message | Michael Paquier | 2014-12-13 14:36:20 | Re: [REVIEW] Re: Compression of full-page-writes |