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 <lic(at)highgo(dot)com>
Discussion: https://www.postgresql.org/message-id/362EA9B3-589B-475A-A16E-F10C30426E28@gmail.com
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(-)