pgsql: Adjust cycle detection examples and tests

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust cycle detection examples and tests
Date: 2020-10-12 06:03:51
Message-ID: E1kRqw3-0005GL-Ag@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust cycle detection examples and tests

Adjust the existing cycle detection example and test queries to put
the cycle column before the path column. This is mainly because the
SQL-standard CYCLE clause puts them in that order, and so if we added
that feature that would make the sequence of examples more consistent
and easier to follow.

Discussion: https://www.postgresql.org/message-id/c5603982-0088-7f14-0caa-fdcd0c837b57@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3fb676504da9c019540c7384423c7e3d7d394110

Modified Files
--------------
doc/src/sgml/queries.sgml | 26 ++++----
src/test/regress/expected/with.out | 124 ++++++++++++++++++-------------------
src/test/regress/sql/with.sql | 16 ++---
3 files changed, 83 insertions(+), 83 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-10-12 11:27:40 pgsql: Fix estimates for ModifyTable paths without RETURNING.
Previous Message Noah Misch 2020-10-12 04:46:40 Re: powerpc pg_atomic_compare_exchange_u32_impl: error: comparison of integer expressions of different signedness (Re: pgsql: For all ppc compilers, implement compare_exchange and) fetch_add