Re: Re: [PATCH 1/5] Centralize Assert* macros into c.h so its common between backend/frontend
Andres Freund <andres@2ndquadrant.com>
From: Andres Freund <andres@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, pgsql-hackers@postgresql.org
Date: 2013-01-18T15:09:18Z
Lists: pgsql-hackers
Attachments
- 0001-Centralize-Assert-macros-into-c.h-so-its-common-betw.patch (text/x-patch) patch 0001
On 2013-01-18 15:48:01 +0100, Andres Freund wrote: > Here's a trivially updated patch which also defines AssertArg() for > FRONTEND-ish environments since Alvaro added one in xlogreader.c. This time for real. Please. -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Prevent creation of postmaster's TCP socket during pg_upgrade testing.
- 78a5e738e97b 9.3.0 cited