From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc:
Boszormenyi Zoltan <zb(at)cybertec(dot)at>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>,
PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: Streaming replication, loose ends
Date:
2010-01-15 16:03:36
Message-ID:
29164.1263571416@sss.pgh.pa.us (view raw or flat )
Thread:
2010-01-15 09:19:18 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2010-01-15 10:36:57 from Bruce Momjian <bruce(at)momjian(dot)us>
2010-01-15 10:44:22 from Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
2010-01-15 17:17:38 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2010-01-15 17:24:11 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-01-15 17:30:41 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2010-01-15 17:34:26 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2010-01-15 17:37:57 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-01-15 17:43:22 from "David E(dot) Wheeler" <david(at)kineticode(dot)com>
2010-01-15 17:59:05 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
2010-01-15 17:29:36 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2010-01-15 18:39:20 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2010-01-15 22:38:42 from Greg Stark <gsstark(at)mit(dot)edu>
2010-01-15 23:12:59 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2010-01-16 03:22:23 from Bruce Momjian <bruce(at)momjian(dot)us>
2010-01-16 03:22:02 from Bruce Momjian <bruce(at)momjian(dot)us>
2010-01-15 11:09:45 from Boszormenyi Zoltan <zb(at)cybertec(dot)at>
2010-01-15 12:27:38 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2010-01-15 13:59:54 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2010-01-15 16:03:36 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-15 16:47:44 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2010-01-15 17:00:32 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-01-15 17:07:52 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2010-01-15 17:11:01 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-15 17:51:58 from David Fetter <david(at)fetter(dot)org>
2010-01-15 17:03:18 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Lists:
pgsql-hackers
Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> writes:
> Yep. What's happening is that "make -j" starts building libpq and
> walreceiver.so simultaneously, because of the above line in the
> Makefile. We actually have the same problem in src/bin/*/Makefile, but
> we don't notice it there because src/interfaces is listed before src/bin
> in src/Makefile, so when you do "make -j" at the top-level, libpq is
> built first.
I'm actually fairly uncomfortable with the notion that something buried
deep within the src/backend tree is going to reach over and cause libpq
to get built. Maybe the real answer is that you put walreceiver in the
wrong place, and it ought to be under src/bin/.
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: Greg Sabino MullaneDate: 2010-01-15 16:33:16
Subject : Re: Testing with concurrent sessions
Previous :From : Greg StarkDate : 2010-01-15 16:01:25
Subject : Re: New XLOG record indicating WAL-skipping