Re: Shave a few instructions from child-process startup sequence

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Gurjeet Singh <gurjeet(at)singh(dot)im>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Shave a few instructions from child-process startup sequence
Date: 2013-11-27 02:42:02
Message-ID: 1385520122.28256.2.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

src/backend/postmaster/postmaster.c:2255: indent with spaces.
+ else
src/backend/postmaster/postmaster.c:2267: indent with spaces.
+ break;

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-11-27 03:04:31 Re: GIN improvements part 1: additional information
Previous Message Peter Eisentraut 2013-11-27 02:40:21 Re: Custom Scan APIs (Re: Custom Plan node)