Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> ! print O "#define RELSEG_SIZE ",
> ! (1024 / $self->{options}->{blocksize}) *
> ! $self->{options}->{segsize} * 1024, "\n";
This doesn't look quite right; unless the arithmetic is being done in
floating point? I had it like this in configure.in:
RELSEG_SIZE=`expr '(' 1024 '*' ${segsize} / ${blocksize} ')' '*' 1024`
Also it looks like you missed adding segsize to the config.pl comments.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Andrew Dunstan | Date: 2008-05-02 23:05:05 |
| Subject: Re: [COMMITTERS] pgsql: Sigh ... |
| Previous: | From: Andrew Dunstan | Date: 2008-05-02 22:18:29 |
| Subject: Re: [COMMITTERS] pgsql: Sigh ... |
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2008-05-02 22:50:21 |
| Subject: pgsql: Update documentation for psql relation-size-in-\dt+ patch. |
| Previous: | From: Andrew Dunstan | Date: 2008-05-02 22:18:29 |
| Subject: Re: [COMMITTERS] pgsql: Sigh ... |
pgsql-patches by date
| Next: | From: Andrew Dunstan | Date: 2008-05-02 23:05:05 |
| Subject: Re: [COMMITTERS] pgsql: Sigh ... |
| Previous: | From: Andrew Dunstan | Date: 2008-05-02 22:18:29 |
| Subject: Re: [COMMITTERS] pgsql: Sigh ... |