Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement

From: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
To: Manni Wood <manni(dot)wood(at)enterprisedb(dot)com>
Cc: Nishant Sharma <nishant(dot)sharma(at)enterprisedb(dot)com>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement
Date: 2025-11-08 16:30:57
Message-ID: a4fc7aaa-37db-46af-b9c1-bc2d09a649cf@uni-muenster.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 08/11/2025 15:05, Manni Wood wrote:
> Apologies for the noise. Just wanted to confirm that I did a fresh clone
> of github.com/postgres/postgres <http://github.com/postgres/postgres> on
> my linux machine, applied both v9 patches to master, ran 
> "configure", "make world", "make check-world", and everything passed.

Perhaps a missing entry at src/backend/catalog/meson.build for
pg_tablespace.c? You probably don't see the error in your environment
because you're not building with meson.

Best, Jim

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-11-08 16:33:29 Re: MSVC: Improve warning options set
Previous Message Philip Warner 2025-11-08 16:14:35 pg_dump not dumping default_text_search_config WAI?