Re: Parallel bitmap heap scan

From: tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Amit Khandekar <amitdkhan(dot)pg(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel bitmap heap scan
Date: 2017-01-09 09:37:39
Message-ID: 8093281e-4b9d-52cf-8499-ff30ee9e799b@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/09/2017 01:05 PM, Dilip Kumar wrote:
> This patch can be used by 0003-parallel-bitmap-heap-scan-v7.patch
> attached in the mail and also parallel-index-scan[2] can be rebased on
> this, if this get committed,
After applying your patches against the fresh sources of PG v10 , not
able to perform initdb

centos(at)tusharcentos7 bin]$ ./initdb -D data
The files belonging to this database system will be owned by user "centos".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... sh: line 1: 30709
Segmentation fault
"/home/centos/PG10_9ja/postgresql/edbpsql/bin/postgres" --single -F -O
-j -c search_path=pg_catalog -c exit_on_error=true template1 > /dev/null
child process exited with exit code 139
initdb: removing data directory "data"
[centos(at)tusharcentos7 bin]$

--
regards,tushar
EnterpriseDB https://www.enterprisedb.com/
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2017-01-09 11:06:26 Re: Parallel bitmap heap scan
Previous Message Pavel Stehule 2017-01-09 09:15:16 Re: RustgreSQL