y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) writes:
> commit 337b6f5ecf05b21b5e997986884d097d60e4e3d0 marked comparetup_datum
> "should not be called" but actually it is called for eg. tape-based sort.
Yeah, that's pretty broken. Patch applied, thanks!
regards, tom lane
--
hi,
commit 337b6f5ecf05b21b5e997986884d097d60e4e3d0 marked comparetup_datum
"should not be called" but actually it is called for eg. tape-based sort.
a testcase:
select generate_series(1,100) a into t;
set maintenance_work_mem=1024;
create index concurrently i on t (a)
Hi
You were right. This was the problem. I've modified yesterday the user
for the service but beeing in a rush I've used the system user not the
logged user so the situation was quite same. I've cheched now your
solution and worked. Also switching the service user to same user you
run the pg_ctl a
On Thu, 2012-04-05 at 08:14 -0700, Terrance Chen wrote:
> cd /home/download/pgadmin3-1.14.0
> ./configure --with-pgsql=/var/lib/pgsql
>
> { Could not find your PostgreSQL installation in /var/lib/pgsql }
This is not a bug -- you need to specify PostgreSQL *installation*
directory, which is /usr/