Re: Row pattern recognition - Mailing list pgsql-hackers

From Henson Choi
Subject Re: Row pattern recognition
Date
Msg-id CAAAe_zBUn-+PsGLqFonWA1V4KGaPE6s-Vp85JHqu26Kv5yXMrQ@mail.gmail.com
Whole thread
In response to Re: Row pattern recognition  (Henson Choi <assam258@gmail.com>)
List pgsql-hackers
To: Tatsuo Ishii <ishii@postgresql.org>, jian.universality@gmail.com
Cc: pgsql-hackers@postgresql.org, zsolt.parragi@percona.com,
    sjjang112233@gmail.com, vik@postgresfriends.org, er@xs4all.nl,
    jacob.champion@enterprisedb.com, david.g.johnston@gmail.com,
    peter@eisentraut.org, li.evan.chao@gmail.com
Subject: Re: Row pattern recognition
In-Reply-To: <CAAAe_zCd+gzpYSsC04NsKyCJeneChVZCaBP540d0p2=c3abvvw@mail.gmail.com>

Hi Tatsuo,

> v50-0021-adjust-rpr_base-expected-output.patch
> revert-0001-remove-incidental-changes.patch
> revert-0002-revert-mark-position-elog.patch
> revert-0003-restore-funcname-guard.patch
> revert-0004-restore-doc-line-wrapping.patch
> revert-0005-remove-exclude-ties-tests.patch
> optional-0001-include-row-positions-in-mark-position-error.patch
> optional-0002-remove-unreachable-funcname-guard.patch
> optional-0003-add-exclude-ties-test-coverage.patch

Apologies for the noise -- the nine attachments above are not a new full
patch series.  They are the small auxiliary patches described in that mail
(the v50-0021 build fix plus the revert-*/optional-* hunks), meant to be
applied selectively on top of the current v50 series, not to replace it.

Because I attached them as .patch files, cfbot will treat them as the latest
patch set and try to apply them to master.  They are not the series and will
fail there, so the CF entry will go red through no fault of the actual patch
-- please disregard that run.

Re-posting the full series is what restores cfbot, but a plain re-post of
v49 stays red on its own: it needs v50-0021 (the rpr_base expected-output
fix) folded in to build green.  Could you re-post the series with v50-0021
applied, so cfbot tracks the right patch set and goes green again?

Sorry again for the confusion.

Best,
Henson

pgsql-hackers by date:

Previous
From: Henson Choi
Date:
Subject: Re: Row pattern recognition
Next
From: Jeevan Chalke
Date:
Subject: Re: ON EMPTY clause for aggregate and window functions