EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
521 stars 160 forks source link

Use hardcoded values only if environment variables are not set #233

Closed robins closed 2 years ago

robins commented 2 years ago

Prioritize Environment Variables before using the hard-coded defaults in mysql_init.sh

At times the test PG setup is non-local, however, despite setting up the PG variables, the mysql_init.sh script currently only uses hard-coded values.

surajkharage19 commented 2 years ago

Thanks for submitting the pull request @robins. After a quick look, the changes look reasonable to me.

We will take this further and try to merge in the near future.