diff options
author | Neil Conway <neilc@samurai.com> | 2005-05-02 00:37:07 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-05-02 00:37:07 +0000 |
commit | f478856c7f875efceea27f30041965571815f05b (patch) | |
tree | f57db3d9edb2a059089da30aa06b4abb75a7d166 /src/backend/utils/adt/misc.c | |
parent | 6c412f0605afeb809014553ff7ad28cf9ed5526b (diff) | |
download | postgresql-f478856c7f875efceea27f30041965571815f05b.tar.gz postgresql-f478856c7f875efceea27f30041965571815f05b.zip |
Change SPI functions to use a `long' when specifying the number of tuples
to produce when running the executor. This is consistent with the internal
executor APIs (such as ExecutorRun), which also use a long for this purpose.
It also allows FETCH_ALL to be passed -- since FETCH_ALL is defined as
LONG_MAX, this wouldn't have worked on platforms where int and long are of
different sizes. Per report from Tzahi Fadida.
Diffstat (limited to 'src/backend/utils/adt/misc.c')
0 files changed, 0 insertions, 0 deletions