Re: [HACKERS] Hot Standby utility and administrator functions

From: "Robert Haas" <robertmhaas(at)gmail(dot)com>
To: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, pgadmin-hackers(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: [HACKERS] Hot Standby utility and administrator functions
Date: 2008-10-20 20:22:25
Message-ID: 603c8f070810201322le9bfc7ei2945c73e7044fb11@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgsql-general pgsql-hackers

> * pg_last_recovered_xact_xid()
> Will throw an ERROR if *not* executed in recovery mode.
> returns bigint
>
> * pg_last_completed_xact_xid()
> Will throw an ERROR *if* executed in recovery mode.
> returns bigint

Should these return xid?

...Robert

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-10-20 20:39:23 Re: [HACKERS] Hot Standby utility and administrator functions
Previous Message Dave Page 2008-10-20 13:10:01 Re: extending functionality strategy

Browse pgsql-general by date

  From Date Subject
Next Message Simon Riggs 2008-10-20 20:39:23 Re: [HACKERS] Hot Standby utility and administrator functions
Previous Message Matthias Karlsson 2008-10-20 18:20:49 Re: Slow delete with with cascading foreign keys

Browse pgsql-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2008-10-20 20:22:43 HEAD is broken - transam.c
Previous Message Simon Riggs 2008-10-20 20:18:59 Re: Subtransaction commits and Hot Standby