Re: [pgAdmin4][Patch] - RM 5507 - rel.relhasoids AS has_oids error

2020-06-04 Thread Akshay Joshi
Thanks, patch applied. On Thu, Jun 4, 2020 at 3:15 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch which fixes the server old version cache > issue on pg upgrade. > > Steps to Reproduce Issue - > 1.Install & Start pg11. > 2.Create table

Re: [pgAdmin4][Patch] - RM 5507 - rel.relhasoids AS has_oids error

2020-06-04 Thread Dave Page
I doubt you actually need to run pg_upgrade to test this. Just start up a different server version on the same host/port. On Thu, Jun 4, 2020 at 10:45 AM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch which fixes the server old version ca

[pgAdmin4][Patch] - RM 5507 - rel.relhasoids AS has_oids error

2020-06-04 Thread Yogesh Mahajan
Hi Hackers, Please find the attached patch which fixes the server old version cache issue on pg upgrade. Steps to Reproduce Issue - 1.Install & Start pg11. 2.Create table in database from pgAdmin. 3.Upgrade pg11 to pg12 using pg_upgrade.(Refer link