| From: | neilc(at)svr1(dot)postgresql(dot)org (Neil Conway) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Minor code cleanup: ExecHash() was returning a null |
| Date: | 2005-03-31 02:02:52 |
| Message-ID: | 20050331020252.D09B452A48@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Minor code cleanup: ExecHash() was returning a null TupleTableSlot, and an
old comment in the code claimed that this was necessary. Since it is not
actually necessary any more, it is clearer to remove the comment and
just return NULL instead -- the return value of ExecHash() is not used.
Modified Files:
--------------
pgsql/src/backend/executor:
nodeHash.c (r1.91 -> r1.92)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeHash.c.diff?r1=1.91&r2=1.92)
nodeHashjoin.c (r1.69 -> r1.70)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeHashjoin.c.diff?r1=1.69&r2=1.70)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-03-31 03:54:39 | pgsql: Adjust SGML ulink tags to the URL is always displayed in our |
| Previous Message | User Elein | 2005-03-31 00:53:24 | newsysviews - newsysview: New Directory |