Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix meson uuid header check so it works with MSVC

  1. BUG #18478: uuid-ossp extension is not installed with PostgreSQL 17 Beta 1

    PG Bug reporting form <noreply@postgresql.org> — 2024-05-24T05:01:32Z

    The following bug has been logged on the website:
    
    Bug reference:      18478
    Logged by:          Kedar Joshi
    Email address:      kdar_joshi@yahoo.com
    PostgreSQL version: 17beta1
    Operating system:   Windows 10 64 Bit
    Description:        
    
    Hi,
    I was evaluating latest beta of PostgreSQL 17 and I noticed that uuid-ossp
    extension is not installed in 'share\extension' directory during
    installation. This results in following error while running `CREATE
    EXTENSION IF NOT EXISTS "uuid-ossp";`.
    
    ```
    ERROR:  extension "uuid-ossp" is not available
    DETAIL:  Could not open extension control file "C:/Program
    Files/PostgreSQL/17/share/extension/uuid-ossp.control": No such file or
    directory.
    HINT:  The extension must first be installed on the system where PostgreSQL
    is running.
    ```
    
    Thank you.
    
    
  2. Re: BUG #18478: uuid-ossp extension is not installed with PostgreSQL 17 Beta 1

    Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> — 2024-05-25T03:26:29Z

    Hi Kedar,
    
    Thanks for reporting. yes, the uuid-ossp module was not built in beta1. we
    are checking at our end, and fix this before the next release.
    
    On Fri, May 24, 2024 at 12:45 PM PG Bug reporting form <
    noreply@postgresql.org> wrote:
    
    > The following bug has been logged on the website:
    >
    > Bug reference:      18478
    > Logged by:          Kedar Joshi
    > Email address:      kdar_joshi@yahoo.com
    > PostgreSQL version: 17beta1
    > Operating system:   Windows 10 64 Bit
    > Description:
    >
    > Hi,
    > I was evaluating latest beta of PostgreSQL 17 and I noticed that uuid-ossp
    > extension is not installed in 'share\extension' directory during
    > installation. This results in following error while running `CREATE
    > EXTENSION IF NOT EXISTS "uuid-ossp";`.
    >
    > ```
    > ERROR:  extension "uuid-ossp" is not available
    > DETAIL:  Could not open extension control file "C:/Program
    > Files/PostgreSQL/17/share/extension/uuid-ossp.control": No such file or
    > directory.
    > HINT:  The extension must first be installed on the system where PostgreSQL
    > is running.
    > ```
    >
    > Thank you.
    >
    >
    
    -- 
    Sandeep Thakkar
    
  3. Re: BUG #18478: uuid-ossp extension is not installed with PostgreSQL 17 Beta 1

    Andrew Dunstan <andrew@dunslane.net> — 2024-05-26T21:44:22Z

    On 2024-05-24 Fr 23:26, Sandeep Thakkar wrote:
    > Hi Kedar,
    >
    > Thanks for reporting. yes, the uuid-ossp module was not built in 
    > beta1. we are checking at our end, and fix this before the next release.
    
    
    The proximate cause for the problem has been fixed in commit 7c655a04a2
    
    
    cheers
    
    
    andrew
    
    --
    Andrew Dunstan
    EDB:https://www.enterprisedb.com
    
  4. Re: BUG #18478: uuid-ossp extension is not installed with PostgreSQL 17 Beta 1

    Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> — 2024-05-27T05:59:52Z

    On Mon, May 27, 2024 at 3:14 AM Andrew Dunstan <andrew@dunslane.net> wrote:
    
    >
    > On 2024-05-24 Fr 23:26, Sandeep Thakkar wrote:
    >
    > Hi Kedar,
    >
    > Thanks for reporting. yes, the uuid-ossp module was not built in beta1. we
    > are checking at our end, and fix this before the next release.
    >
    >
    > The proximate cause for the problem has been fixed in commit 7c655a04a2
    >
    >
    > Great! Thank you Andrew.
    
    > cheers
    >
    >
    > andrew
    >
    > --
    > Andrew Dunstan
    > EDB: https://www.enterprisedb.com
    >
    >
    
    -- 
    Sandeep Thakkar
    
  5. Re: BUG #18478: uuid-ossp extension is not installed with PostgreSQL 17 Beta 1

    Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> — 2024-06-28T02:51:46Z

    Hi Kedar,
    
    This should be fixed in the beta2 release that happened yesterday.
    
    On Mon, May 27, 2024 at 11:29 AM Sandeep Thakkar <
    sandeep.thakkar@enterprisedb.com> wrote:
    
    >
    >
    > On Mon, May 27, 2024 at 3:14 AM Andrew Dunstan <andrew@dunslane.net>
    > wrote:
    >
    >>
    >> On 2024-05-24 Fr 23:26, Sandeep Thakkar wrote:
    >>
    >> Hi Kedar,
    >>
    >> Thanks for reporting. yes, the uuid-ossp module was not built in beta1.
    >> we are checking at our end, and fix this before the next release.
    >>
    >>
    >> The proximate cause for the problem has been fixed in commit 7c655a04a2
    >>
    >>
    >> Great! Thank you Andrew.
    >
    >> cheers
    >>
    >>
    >> andrew
    >>
    >> --
    >> Andrew Dunstan
    >> EDB: https://www.enterprisedb.com
    >>
    >>
    >
    > --
    > Sandeep Thakkar
    >
    >
    >
    
    -- 
    Sandeep Thakkar
    
  6. Re: BUG #18478: uuid-ossp extension is not installed with PostgreSQL 17 Beta 1

    Kedar Joshi <kdar_joshi@yahoo.com> — 2024-06-28T05:57:34Z

    Hi Sandeep,Verified with PostgreSQL 17 Beta 2 and I can confirm that uuid-ossp extension is now available and working as expected.
    Thank you so much.
    Best Regards,Kedar Joshi 
    
        On Friday, 28 June, 2024 at 08:22:03 am IST, Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> wrote:  
     
     Hi Kedar,
    
    This should be fixed in the beta2 release that happened yesterday. 
    On Mon, May 27, 2024 at 11:29 AM Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> wrote:
    
    
    
    On Mon, May 27, 2024 at 3:14 AM Andrew Dunstan <andrew@dunslane.net> wrote:
    
      
    
     
     On 2024-05-24 Fr 23:26, Sandeep Thakkar wrote:
      
       Hi Kedar,
     
     Thanks for reporting. yes, the uuid-ossp module was not built in beta1. we are checking at our end, and fix this before the next release. 
        
     
    
     
     
    The proximate cause for the problem has been fixed in commit 7c655a04a2
     
    
    
    
    Great! Thank you Andrew. 
    
     
     
    cheers
     
    
     
     
    andrew
     
     --
    Andrew Dunstan
    EDB: https://www.enterprisedb.com
     
    
    
    -- 
    Sandeep Thakkar
    
    
    
    
    -- 
    Sandeep Thakkar