Minor code improvement to postgresGetForeignJoinPaths - Mailing list pgsql-hackers

From Tatsuro Yamada
Subject Minor code improvement to postgresGetForeignJoinPaths
Date
Msg-id 580D716B.1050600@lab.ntt.co.jp
Whole thread Raw
Responses Re: Minor code improvement to postgresGetForeignJoinPaths  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
List 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

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: LLVM Address Sanitizer (ASAN) and valgrind support
Next
From: "Samuel D. Leslie"
Date:
Subject: Add radiustimeout parameter for RADIUS HBA