pgsql: Fix erroneous cross-reference in comment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix erroneous cross-reference in comment.
Date: 2017-04-15 18:22:29
Message-ID: E1czSL7-0007RF-FT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix erroneous cross-reference in comment.

Seems to have been introduced in commit c219d9b0a. I think there indeed
was a "tupbasics.h" in some early drafts of that refactoring, but it
didn't survive into the committed version.

Amit Kapila

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bfba563bc5d80263637a3cfba6a572c20949defe

Modified Files
--------------
src/include/access/htup_details.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-15 20:23:34 pgsql: Avoid passing function pointers across process boundaries.
Previous Message Tom Lane 2017-04-15 18:11:42 Re: pgsql: Clean up manipulations of hash indexes' hasho_flag field.