Gregory Stark <[EMAIL PROTECTED]> writes: > Because of the way the AM API works changing how the initial heap scan works > is a bit of a pain. It would require either having some global state or > passing the concurrent flag through the AM methods or alternatively having a > whole new AM method.
Yeah, I dealt with that by adding a 'concurrent build' flag to IndexInfo. A bit grotty but it beats changing a lot of function signatures. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq