I upgraded from v1.0.3 to v1.0.6. The compile and install went fine, I checked the dates on the new files in the install folders.
However when you check the version with \dx, it still reports as being v1.0.3. I know the upgrade worked because I can now run a query that would previously fail due to a memory leak that is now fixed.
I did check the tds_fdw.control file and default_version = '1.0.6' is there, so I'm not sure why it's still displaying that 1.0.3 is installed.
Is there a way to get the extension to reflect the correct version information? If just for sanity's sake later on when upgrading again.
Hi,
I upgraded from v1.0.3 to v1.0.6. The compile and install went fine, I checked the dates on the new files in the install folders.
However when you check the version with
\dx
, it still reports as being v1.0.3. I know the upgrade worked because I can now run a query that would previously fail due to a memory leak that is now fixed.I did check the
tds_fdw.control
file anddefault_version = '1.0.6'
is there, so I'm not sure why it's still displaying that 1.0.3 is installed.Is there a way to get the extension to reflect the correct version information? If just for sanity's sake later on when upgrading again.
Thanks!