Fix incorrect iteration type in extension_file_exists()

Commit f3c9e341cd changed the type of objects in the List that
get_extension_control_directories() returns, from "char *" to
"ExtensionLocation *", but missed adjusting this one caller.

Author: Chao Li <[email protected]>
Discussion: 
https://www.postgresql.org/message-id/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/18f0afb2a635b433e778684acabffe1e52da8a86

Modified Files
--------------
src/backend/commands/extension.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Reply via email to