Re: pgsql: Local partitioned indexes
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2018-01-19T19:10:16Z
Lists: pgsql-hackers
Tom Lane wrote: > Alvaro Herrera <alvherre@alvh.no-ip.org> writes: > > Local partitioned indexes > > Evidently you're not there yet. I'm suspicious that the continuing > failures on dromedary may trace to its use of -DCOPY_PARSE_PLAN_TREES > ... try looking for a missed field addition in copyfuncs.c. I had already tried COPY_PARSE_PLAN_TREES locally, but that doesn't reproduce the problem in my machine. Peter E. noticed that the factor in common in these failures is that the machines are 32 bits -- so now that I'm back from lunch I can now reproduce in a 32bit VM and I'm looking into it. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Mention partitioned indexes in "Data Definition" chapter
- fad15f4a547a 11.0 landed
-
Local partitioned indexes
- 8b08f7d4820f 11.0 cited