Re: [PATCH] postgres_fdw extension support

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Paul Ramsey <pramsey(at)cleverelephant(dot)ca>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: [PATCH] postgres_fdw extension support
Date: 2015-10-05 04:56:10
Message-ID: CAB7nPqT1Xgshiep1cXCxyYnrA55MSyDKWE=si+6aoMtcuV_L2g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Oct 4, 2015 at 11:40 AM, Paul Ramsey <pramsey(at)cleverelephant(dot)ca> wrote:
> I put all changes relative to your review here if you want a nice colorized
> place to check
>
> https://github.com/pramsey/postgres/commit/ed33e7489601e659f436d6afda3cce28304eba50

- /* updatable is available on both server and table */
+ /* updatable option is available on both server and table */
This is just noise (perhaps I am the one who introduced it, oops).
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2015-10-05 05:13:15 Re: Streaming replication for psycopg2
Previous Message Pavel Stehule 2015-10-05 03:47:49 Re: ALTER TABLE behind-the-scenes effects' CONTEXT