Pl/PgSQL improvements

Started by Viacheslav N Tararinalmost 25 years ago2 messagesgeneral
Jump to latest
#1Viacheslav N Tararin
taras@deka.kp.km.ua

Hello ,

May be out of topics.

I make some modification for PL/PgSQL.

Was added global static variable rowcount, which mirror SPI_porecessed
variable.

Can core developers insert this modifications in distribution?
If yes, how this must be performed?

Regards.

--
Best regards,
Viacheslav mailto:taras@deka.kp.km.ua

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Viacheslav N Tararin (#1)
Re: Pl/PgSQL improvements

Viacheslav N Tararin <taras@deka.kp.km.ua> writes:

I make some modification for PL/PgSQL.

Was added global static variable rowcount, which mirror SPI_porecessed
variable.

In 7.1 plpgsql, "GET DIAGNOSTICS foo = ROW_COUNT" handles this.

regards, tom lane