[Patch] Bypass recovery state for Greenplum

From: George Gelashvili <ggelashvili(at)pivotal(dot)io>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [Patch] Bypass recovery state for Greenplum
Date: 2017-01-27 17:18:18
Message-ID: CAHowoHYtqBiUhfvsEURA=QcE8x67w+8cCG31YG+YUkeVob_FLg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

This bypasses checking if the DB is in recovery for versions of postgres
that don't support pg_is_in_recovery() (anything pre-9.0, such as
Greenplum).

This patch depends on the "Refactor sql template version picking" patch.

Attachment Content-Type Size
bypass-recovery-state-for-greenplum.diff text/plain 11.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Neel Patel 2017-01-27 19:06:13 [pgAdmin4][Patch]: RM#2015 - Trigger issues
Previous Message George Gelashvili 2017-01-27 17:11:48 Re: [Patch] Refactor sql template version picking