Re: pgsql: Minor patch on pgbench 1. - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: Minor patch on pgbench 1.
Date
Msg-id 200808230312.m7N3Co428789@momjian.us
Whole thread Raw
In response to Re: pgsql: Minor patch on pgbench 1.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Tom Lane wrote:
> momjian@postgresql.org (Bruce Momjian) writes:
> > Minor patch on pgbench
>
> Why did this patch touch backend/utils/adt/formatting.c ?
>
> Not that there seems anything wrong with the change, but it sure
> bespeaks process sloppiness.

Oh, I removed braces from an if() statement in there but didn't commit
it separately, sorry.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Minor patch on pgbench 1.
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix possible duplicate tuples while GiST scan.