[COMMITTERS] pgsql: Typo fix, buils -> builds

2016-07-08 Thread Stephen Frost
Typo fix, buils -> builds Pointed out by Alexander Law. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e8bde9e2538a25b4a5deea569c4c48244c1a7e40 Modified Files -- doc/src/sgml/install-windows.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --

[COMMITTERS] pgsql: Typo fix.

2016-07-03 Thread Tom Lane
Typo fix. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/29a2195de645759d66ee7e77c4c05b2c4aeb6729 Modified Files -- src/backend/optimizer/path/allpaths.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (p

[COMMITTERS] pgsql: Typo fix.

2016-03-19 Thread Tom Lane
Typo fix. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/78e7c4439917b01afd645a2ec657008ba6c33d37 Modified Files -- src/interfaces/ecpg/preproc/pgc.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (pgsql

[COMMITTERS] pgsql: Typo fix.

2015-01-19 Thread Robert Haas
Typo fix. Etsuro Fujita Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1605291b6c14be92915948d17f5509191632c97f Modified Files -- src/backend/executor/execMain.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mai

[COMMITTERS] pgsql: Typo fix.

2013-09-18 Thread Robert Haas
Typo fix. Etsuro Fujita Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/86a174bff0730791c5c262d646d4fe28c2485be1 Modified Files -- src/backend/access/spgist/spgtextproc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-commit

[COMMITTERS] pgsql: Typo fix.

2012-03-06 Thread Robert Haas
Typo fix. Fujii Masao Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/bc97c38115ed48c1dd27e9d534faae204427f9a5 Modified Files -- src/backend/access/transam/xlog.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Typo fix

2012-01-22 Thread Magnus Hagander
Typo fix Guillaume Lelarge Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4993a49b7cf1d23dfe1f9e1a85d9411b8ff57454 Modified Files -- doc/src/sgml/tcn.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing

Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Alvaro Herrera
Excerpts from Andrew Dunstan's message of vie ene 13 14:29:44 -0300 2012: > Yeah. Just note this from the docs: > > The third syntax ("git merge --abort") can only be run after the > merge has resulted in conflicts. git merge --abort will abort the > merge process and try to reconstr

Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Andrew Dunstan
On 01/13/2012 11:05 AM, Alvaro Herrera wrote: Excerpts from Andrew Dunstan's message of vie ene 13 12:49:58 -0300 2012: On 01/13/2012 10:22 AM, Simon Riggs wrote: On Fri, Jan 13, 2012 at 2:26 PM, Magnus Hagander wrote: Just FWIW, I use a separate development repository as well. But I have

Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Simon Riggs
On Fri, Jan 13, 2012 at 4:05 PM, Alvaro Herrera wrote: >> How you work is up to you, but "git merge --squash" is pretty safe, >> since it doesn't actually commit anything. > > And if things go wrong you can always do git merge --abort. > > I, too, used to be scared of some of the options that git

Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Alvaro Herrera
Excerpts from Andrew Dunstan's message of vie ene 13 12:49:58 -0300 2012: > > On 01/13/2012 10:22 AM, Simon Riggs wrote: > > On Fri, Jan 13, 2012 at 2:26 PM, Magnus Hagander > > wrote: > > > >> Just FWIW, I use a separate development repository as well. But I have > >> it added as a remote from

Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Andrew Dunstan
On 01/13/2012 10:22 AM, Simon Riggs wrote: On Fri, Jan 13, 2012 at 2:26 PM, Magnus Hagander wrote: Just FWIW, I use a separate development repository as well. But I have it added as a remote from the "commit repository", and thus just do a "git merge --squash" instead of manually moving them

Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Simon Riggs
On Fri, Jan 13, 2012 at 2:26 PM, Magnus Hagander wrote: > Just FWIW, I use a separate development repository as well. But I have > it added as a remote from the "commit repository", and thus just do a > "git merge --squash" instead of manually moving them with "patch". > > But I am very much a fa

Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Magnus Hagander
On Fri, Jan 13, 2012 at 15:03, Simon Riggs wrote: > On Fri, Jan 13, 2012 at 1:39 PM, Dave Page wrote: >> On Fri, Jan 13, 2012 at 1:29 PM, Simon Riggs wrote: >>> On Fri, Jan 13, 2012 at 1:22 PM, Robert Haas wrote: >>> Typo fix. >>> >>> Hmm, how strange. I fixed that bug immediately before c

Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Simon Riggs
On Fri, Jan 13, 2012 at 1:39 PM, Dave Page wrote: > On Fri, Jan 13, 2012 at 1:29 PM, Simon Riggs wrote: >> On Fri, Jan 13, 2012 at 1:22 PM, Robert Haas wrote: >> >>> Typo fix. >> >> Hmm, how strange. I fixed that bug immediately before commit, so must >> have skipped a step while committing. > >

Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Dave Page
On Fri, Jan 13, 2012 at 2:03 PM, Simon Riggs wrote: > On Fri, Jan 13, 2012 at 1:39 PM, Dave Page wrote: >> On Fri, Jan 13, 2012 at 1:29 PM, Simon Riggs wrote: >>> On Fri, Jan 13, 2012 at 1:22 PM, Robert Haas wrote: >>> Typo fix. >>> >>> Hmm, how strange. I fixed that bug immediately before

Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Dave Page
On Fri, Jan 13, 2012 at 1:29 PM, Simon Riggs wrote: > On Fri, Jan 13, 2012 at 1:22 PM, Robert Haas wrote: > >> Typo fix. > > Hmm, how strange. I fixed that bug immediately before commit, so must > have skipped a step while committing. If you modify a file after git-adding it, you have to re-add

Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Simon Riggs
On Fri, Jan 13, 2012 at 1:22 PM, Robert Haas wrote: > Typo fix. Hmm, how strange. I fixed that bug immediately before commit, so must have skipped a step while committing. Thanks. --  Simon Riggs   http://www.2ndQuadrant.com/  PostgreSQL Development, 24x7 Support, Training & S

[COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Robert Haas
Typo fix. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4d0b11a0ca347e5b0304004625b7eb6752e32ee7 Modified Files -- src/backend/replication/walreceiver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing l

[COMMITTERS] pgsql: Typo fix.

2011-08-22 Thread Robert Haas
Typo fix. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7488936478cbe2de19a94cb9fbde78e6cd6db947 Modified Files -- src/backend/storage/lmgr/lock.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list (p

[COMMITTERS] pgsql: Typo fix.

2011-08-18 Thread Robert Haas
Typo fix. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ffaf9eca4c27d0a63639ffb3022035a297df9900 Modified Files -- contrib/sepgsql/chkselinuxenv |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list (pgs

[COMMITTERS] pgsql: Typo fix.

2011-06-02 Thread Tom Lane
Typo fix. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/dd2ddfb1cd40393731637101c713a3446cf92144 Modified Files -- src/port/getpeereid.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-commi

[COMMITTERS] pgsql: Typo fix.

2011-04-20 Thread Robert Haas
Typo fix. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0babcdf6cfdfb2a828056afc3172ec524f090fd5 Modified Files -- src/backend/commands/tablecmds.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list (

[COMMITTERS] pgsql: Typo fix in SSI docs.

2011-03-27 Thread Robert Haas
Typo fix in SSI docs. Kevin Grittner Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/20a1159fccd2c4580e5e1c9782cb98f95c40648a Modified Files -- doc/src/sgml/mvcc.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committ

[COMMITTERS] pgsql: Typo fix

2011-02-17 Thread Bruce Momjian
Typo fix Erik Rijkers Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4f2cfc5bb4c404c24d589339d29c210321f4b4d7 Modified Files -- doc/src/sgml/ecpg.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing lis

[COMMITTERS] pgsql: Typo fix for MemSet size.

2011-01-25 Thread Magnus Hagander
Typo fix for MemSet size. Fujii Masao Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=966d4f52c258aba8187d61fdc1e10b80d560f07c Modified Files -- src/backend/replication/basebackup.c |2 +- 1 files changed, 1 insertions(+), 1 d

[COMMITTERS] pgsql: Typo fix

2011-01-11 Thread Magnus Hagander
Typo fix Josh Kupershmidt Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a1ed4cf6ca6ee2115d9f618ed7930a97842042a8 Modified Files -- doc/src/sgml/ref/prepare_transaction.sgml |2 +- 1 files changed, 1 insertions(+), 1 d

[COMMITTERS] pgsql: Typo fix

2011-01-11 Thread Magnus Hagander
Typo fix Josh Kupershmidt Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=1c400d330934eb6d70982af522f2bc0458eef48d Modified Files -- doc/src/sgml/ref/prepare_transaction.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletion

[COMMITTERS] pgsql: Typo fix.

2010-12-22 Thread Robert Haas
Typo fix. Noted by Thom Brown. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=2a0f13a765befefc2658d3729f3e174b7c252125 Modified Files -- doc/src/sgml/ref/pg_ctl-ref.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[COMMITTERS] pgsql: Typo fix. "CVS" is not the same thing as "CSV".

2010-09-22 Thread Robert Haas
Typo fix. "CVS" is not the same thing as "CSV". Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=01003ec3bcd78a261e9b017837c961a96024abd4 Modified Files -- src/backend/commands/copy.c |2 +- 1 files changed, 1 insertions(+), 1

[COMMITTERS] pgsql: Typo fix.

2010-04-14 Thread Robert Haas
Log Message: --- Typo fix. Kevin Grittner. Modified Files: -- pgsql/src/backend/access/gist: README (r1.4 -> r1.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/README?r1=1.4&r2=1.5) -- Sent via pgsql-committers mailing list (pg

Re: [COMMITTERS] pgsql: Typo fix from IRC breinbaas

2010-03-23 Thread David Fetter
On Tue, Mar 23, 2010 at 10:37:14PM +, Bruce Momjian wrote: > Log Message: > --- > Typo fix from IRC breinbaas His real name is Erik Rijkers. We have a list Thanks for helping me remember to add that alias to it. :) http://wiki.postgresql.org/wiki/IRC2RWNames Cheers, David. -- Davi

[COMMITTERS] pgsql: Typo fix from IRC breinbaas

2010-03-23 Thread Bruce Momjian
Log Message: --- Typo fix from IRC breinbaas Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.10 -> r2.11) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-9.0.sgml?r1=2.10&r2=2.11) -- Sent via pgsql-committers mailing list

[COMMITTERS] pgsql: Typo fix, per Thom Brown

2010-02-09 Thread Magnus Hagander
Log Message: --- Typo fix, per Thom Brown Modified Files: -- pgsql/src/backend/port/win32: mingwcompat.c (r1.9 -> r1.10) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/mingwcompat.c?r1=1.9&r2=1.10) -- Sent via pgsql-committers mail

[COMMITTERS] pgsql: Typo fix.

2009-04-25 Thread Tom Lane
Log Message: --- Typo fix. Modified Files: -- pgsql/doc/src/sgml/ref: truncate.sgml (r1.32 -> r1.33) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/truncate.sgml?r1=1.32&r2=1.33) -- Sent via pgsql-committers mailing list (pgsql-committer

[COMMITTERS] pgsql: Typo fix.

2008-01-17 Thread Magnus Hagander
Log Message: --- Typo fix. Erik Rijkers Modified Files: -- pgsql/doc/src/sgml: pgcrypto.sgml (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/pgcrypto.sgml?r1=1.5&r2=1.6) ---(end of broadcast)--

[COMMITTERS] pgsql: Typo fix.

2007-10-08 Thread Bruce Momjian
Log Message: --- Typo fix. Euler Taveira de Oliveira Modified Files: -- pgsql/doc: FAQ (r1.434 -> r1.435) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.434&r2=1.435) pgsql/doc/src/FAQ: FAQ.html (r1.390 -> r1.391) (http

[COMMITTERS] pgsql: Typo fix from Brendan Jurd.

2007-09-23 Thread Bruce Momjian
Log Message: --- Typo fix from Brendan Jurd. Modified Files: -- pgsql/doc: FAQ_DEV (r1.141 -> r1.142) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV?r1=1.141&r2=1.142) pgsql/doc/src/FAQ: FAQ_DEV.html (r1.145 -> r1.146) (h

[COMMITTERS] pgsql: Typo fix.

2007-02-01 Thread Tom Lane
Log Message: --- Typo fix. Modified Files: -- pgsql/doc/src/sgml: sources.sgml (r2.24 -> r2.25) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/sources.sgml.diff?r1=2.24&r2=2.25) ---(end of broadcast)-

[COMMITTERS] pgsql: Typo fix.

2006-10-09 Thread Bruce Momjian
Log Message: --- Typo fix. Modified Files: -- pgsql/src/tools: RELEASE_CHANGES (r1.67 -> r1.68) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES.diff?r1=1.67&r2=1.68) ---(end of broadcast)-

[COMMITTERS] pgsql: Typo fix, Dave Held

2005-05-04 Thread Bruce Momjian
Log Message: --- Typo fix, Dave Held Modified Files: -- pgsql/doc: FAQ (r1.349 -> r1.350) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.349&r2=1.350) pgsql/doc/src/FAQ: FAQ.html (r1.306 -> r1.307) (http://developer

[COMMITTERS] pgsql: Typo fix.

2005-04-22 Thread Bruce Momjian
Log Message: --- Typo fix. Alvaro. Modified Files: -- pgsql/doc/src/sgml/ref: select.sgml (r1.84 -> r1.85) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/select.sgml.diff?r1=1.84&r2=1.85) ---(end of broadcast)--