pgsql: Simplify implementation of ts_debug() function --- use a join

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify implementation of ts_debug() function --- use a join
Date: 2007-08-25 17:47:44
Message-ID: 20070825174744.E5AB67541FB@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Simplify implementation of ts_debug() function --- use a join instead
of redundant sub-selects. initdb not forced, since this is just a
cosmetic change, but the new code won't show up till you do one.

Modified Files:
--------------
pgsql/src/backend/catalog:
system_views.sql (r1.40 -> r1.41)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/system_views.sql?r1=1.40&r2=1.41)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-08-25 19:08:19 pgsql: Fix brain fade in DefineIndex(): it was continuing to access the
Previous Message Tatsuo Ishii 2007-08-25 09:21:14 pgsql: The upper limit for -c option of pgbench is now obtained from