Thread

Commits

  1. Document age(xid) and mxid_age(xid).

  1. back-patch documentation for age() and mxid_age()

    Nathan Bossart <nathandbossart@gmail.com> — 2025-06-30T21:33:56Z

    These functions have been around for a while, but commits 48b5aa3 and
    15afb7d were only back-patched to v16.  Any objections if I apply them down
    to v13 now?
    
    -- 
    nathan
    
  2. Re: back-patch documentation for age() and mxid_age()

    Robert Haas <robertmhaas@gmail.com> — 2025-07-01T02:15:02Z

    On Mon, Jun 30, 2025 at 5:34 PM Nathan Bossart <nathandbossart@gmail.com> wrote:
    > These functions have been around for a while, but commits 48b5aa3 and
    > 15afb7d were only back-patched to v16.  Any objections if I apply them down
    > to v13 now?
    
    Seems fine to me.
    
    -- 
    Robert Haas
    EDB: http://www.enterprisedb.com
    
    
    
    
  3. Re: back-patch documentation for age() and mxid_age()

    Álvaro Herrera <alvherre@kurilemu.de> — 2025-07-01T10:54:41Z

    On 2025-Jun-30, Nathan Bossart wrote:
    
    > These functions have been around for a while, but commits 48b5aa3 and
    > 15afb7d were only back-patched to v16.  Any objections if I apply them
    > down to v13 now?
    
    None here.
    
    -- 
    Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
    "I'm impressed how quickly you are fixing this obscure issue. I came from 
    MS SQL and it would be hard for me to put into words how much of a better job
    you all are doing on [PostgreSQL]."
     Steve Midgley, http://archives.postgresql.org/pgsql-sql/2008-08/msg00000.php
    
    
    
    
  4. Re: back-patch documentation for age() and mxid_age()

    Nathan Bossart <nathandbossart@gmail.com> — 2025-07-01T15:39:46Z

    Committed.
    
    -- 
    nathan