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 17:03:18
Message-ID:
410.1263574998@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:
> Tom Lane wrote:
>> 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/.
> That feels even more wrong to me. Walreceiver is a postmaster
> subprocess, tightly integrated with the rest of the backend.
[ shrug... ] pg_dump, to take one example, is considerably more
"tightly integrated" with the backend than walreceiver is.
regards, tom lane
In response to
pgsql-hackers by date
Next :From: Heikki LinnakangasDate: 2010-01-15 17:07:52
Subject : Re: Streaming replication, loose ends
Previous :From : Robert HaasDate : 2010-01-15 17:00:32
Subject : Re: Streaming replication, loose ends