Re: [PGAGENT] Upgrade pgAgent from unpackaged version

2018-06-14 Thread Dave Page
Thanks Rushabh - patch applied! On Thu, Jun 14, 2018 at 5:49 AM, Rushabh Lathia < rushabh.lat...@enterprisedb.com> wrote: > Thanks Ashesh and Dave. > > I verified the changes and it looks good to me. I found that newly > added unpackaged file still have old file header comment. Which > require

Re: [PGAGENT] Upgrade pgAgent from unpackaged version

2018-06-13 Thread Rushabh Lathia
Thanks Ashesh and Dave. I verified the changes and it looks good to me. I found that newly added unpackaged file still have old file header comment. Which require change with new file name. PFA patch to fix the same. Thanks, On Wed, Jun 13, 2018 at 6:10 PM, Dave Page wrote: > Thanks, appli

Re: [PGAGENT] Upgrade pgAgent from unpackaged version

2018-06-13 Thread Dave Page
Thanks, applied. On Wed, Jun 13, 2018 at 5:11 AM, Ashesh Vashi wrote: > Hi Dave, > > As per my conversation with Rushabh, we need to rename the > pgagent--unpackaged--3.4.sql to pgagent--unpackaged--4.0.sql as it the > current version has changed. We also need to update the schema version > func

[PGAGENT] Upgrade pgAgent from unpackaged version

2018-06-12 Thread Ashesh Vashi
Hi Dave, As per my conversation with Rushabh, we need to rename the pgagent--unpackaged--3.4.sql to pgagent--unpackaged--4.0.sql as it the current version has changed. We also need to update the schema version function for the unpackaged extension. Please find the attached patch for the same. --