Re: embedded list v2
Andres Freund <andres@2ndquadrant.com>
From: Andres Freund <andres@2ndquadrant.com>
To: pgsql-hackers@postgresql.org
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@2ndquadrant.com>, Robert Haas <robertmhaas@gmail.com>, Peter Geoghegan <peter@2ndquadrant.com>
Date: 2012-09-29T00:15:43Z
Lists: pgsql-hackers
On Saturday, September 29, 2012 01:54:37 AM Tom Lane wrote: > Andres Freund <andres@2ndquadrant.com> writes: > > On Saturday, September 29, 2012 01:39:03 AM Tom Lane wrote: > >> Right offhand it doesn't seem like it really gains that much even for > >> that use-case. You'd end up editing the include file either way, just > >> slightly differently. > > > > Well, with USE_INLINE you have to recompile the whole backend because you > > otherwise easily end up with strange incompatibilities between files. > > Eh? You would anyway, or at least recompile every .o file depending on > that header, if what you want is to inline or de-inline the functions. > There's no magic shortcut for that. Well, --enable-depend copes with changing that in the header fine. As long as its only used in a low number of files thats shorter than a full rebuild ;) Anyway, changed. Andres -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Provide some static-assertion functionality on all compilers.
- 0d0aa5d29175 9.3.0 cited
-
Add infrastructure for compile-time assertions about variable types.
- ea473fb2dee7 9.3.0 cited
-
Remove 576 references of include files that were not needed.
- e0522505bd13 8.2.0 cited
-
More include file adjustments.
- b43ebe5f83b2 8.2.0 cited
-
Allow each C include file to compile on its own by including any needed
- b85a965f5fc7 8.2.0 cited