Re: postgres and initdb not working inside docker

From: Roffild <roffild(at)hotmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgres and initdb not working inside docker
Date: 2022-05-28 12:59:40
Message-ID: DB9P193MB11778B95566C3C60C1303655B3DB9@DB9P193MB1177.EURP193.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Add --disable-check-permissions to ./configure

After applying the patch, run "autoheader -f ; autoconf"

This patch fixes an issue inside Docker and will not affect other builds.

Attachment Content-Type Size
disable-check-permissions.patch text/plain 1.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2022-05-28 13:10:31 Re: docs: mention "pg_read_all_stats" in "track_activities" description
Previous Message Nathan Bossart 2022-05-28 12:50:18 Re: Assert name/short_desc to prevent SHOW ALL segfault