Minor code improvement to postgresGetForeignJoinPaths

From: Tatsuro Yamada <yamada(dot)tatsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Minor code improvement to postgresGetForeignJoinPaths
Date: 2016-10-24 02:26:51
Message-ID: 580D716B.1050600@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The last argument of create_foreignscan_path called by postgresGetForeignJoinPaths is
set to NULL, but it would be suitable to set it to NIL because the argument type is List.

Please find attached a patch.

Tatsuro Yamada
NTT Open Source Software Center

Attachment Content-Type Size
postgresGetForeignJoinPaths.patch text/x-patch 551 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Samuel D. Leslie 2016-10-24 03:03:08 Add radiustimeout parameter for RADIUS HBA
Previous Message Noah Misch 2016-10-24 01:54:08 Re: LLVM Address Sanitizer (ASAN) and valgrind support