Re: pgsql: plpython: Add SPI cursor support

From: Peter Geoghegan <peter(at)2ndquadrant(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Jan Urbański <wulczer(at)wulczer(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-committers(at)postgresql(dot)org, Steve Singer <ssinger(at)ca(dot)afilias(dot)info>
Subject: Re: pgsql: plpython: Add SPI cursor support
Date: 2012-01-09 17:13:51
Message-ID: CAEYLb_WYvHww3P_xxbK7=3Tq165=W4zvA2xs4v7vgdHSF7mjtA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 9 January 2012 17:06, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> Is there a way I can get gcc to spit out the expanded definition in a
> readable format that you know of?

Yes. Figure out what flags gcc is given when building the TU. Then,
add the -E flag and see what is generated:

http://www.network-theory.co.uk/docs/gccintro/gccintro_36.html

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-01-09 17:17:09 pgsql: Fix comment language
Previous Message Magnus Hagander 2012-01-09 17:10:33 pgsql: Fix pg_basebackup for keepalive messages

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2012-01-09 17:19:17 Re: entab .gitignore file
Previous Message Magnus Hagander 2012-01-09 17:11:01 Re: streaming header too small