Re: Re[2]: [PATCH] allow pg_current_logfile() execution under pg_monitor role

2024-02-14 Thread Pavlo Golub
On Wed, Feb 14, 2024, 19:45 Tom Lane wrote: > "Pavlo Golub" writes: > > Oh, thanks! I forgot, indeed, to update docs and catalog version! My > > bad! > > Docs, yes, but don't include catversion bumps in submitted patches. > They'll just lead to merge p

Re[2]: [PATCH] allow pg_current_logfile() execution under pg_monitor role

2024-02-14 Thread Pavlo Golub
missed regress/sql/misc_functions.sql somehow. Now I will know. Thanks again! Best regards, Pavlo Golub

Re[2]: [PATCH] allow pg_current_logfile() execution under pg_monitor role

2024-02-12 Thread Pavlo Golub
Are there any other functions that pg_monitor ought to have privileges for? Not that I'm aware of at the moment. This one was found by chance. Kind regards, Pavlo Golub

[PATCH] allow pg_current_logfile() execution under pg_monitor role

2024-02-09 Thread Pavlo Golub
| size | modification --+--+ postgresql-2024-02-08_130906.log | 652 | 2024-02-08 13:10:04+01 (5 rows) Best regards, Pavlo Golub 0001-allow-pg_current_logfile-execution-under-pg_monitor-.patch Description: Binary data

GSoC 2024

2024-01-24 Thread Pavlo Golub
jects, please feel free to add a project for consideration! Let's have another great year of GSoC with PostgreSQL! PGForce be with you! Best regards, Pavlo Golub, on behalf of PostgreSQL GSoC Admins [1]: https://www.postgresql.org/about/policies/news-and-events/

Re: psql's EDITOR behavior on Windows

2019-12-18 Thread Pavlo Golub
On Wed, Dec 18, 2019 at 4:11 PM Tom Lane wrote: > > I wrote: > > Pavlo Golub writes: > >> I cannot find the reason why EDITOR value on Windows is quoted. > > > The comment you quoted explains it: apparently people expect > > paths-with-spaces to work in t

psql's EDITOR behavior on Windows

2019-12-18 Thread Pavlo Golub
Hello. I cannot find the reason why EDITOR value on Windows is quoted. It should not be. One may force quote env var if he wants to. Right now, for example, one cannot use sublime, since to use it in a proper way you should SET EDITOR="C:\Program Files\Sublime\subl.exe" --wait The problem can

Re: Commitfest 2019-07, the first of five* for PostgreSQL 13

2019-08-01 Thread Pavlo Golub
Greetings, Robert. You wrote 2019-08-01, 07:30: > On Thu, Aug 1, 2019 at 12:10 AM Thomas Munro wrote: > Hi all, > CF1 officially ends in about 8 hours,  when August arrives on the > volcanic islands of Howard and Baker, according to CURRENT_TIMESTAMP > AT TIME ZONE '+12'.  I'll probably

Re: ReplicationSlotCtl: undefined reference

2019-06-13 Thread Pavlo Golub
On Jun 13, 2019 17:56, Tom Lane wrote:Pavlo Golub writes: > Trying to build pg extension I've got error: > ``` > pglogical_monitoring.o:pglogical_monitoring.c:(.rdata$.refptr.ReplicationSlotCtl[.refptr.ReplicationSlotCtl]+0x0): undefined reference to `ReplicationSlotCtl' > collect2: error:

ReplicationSlotCtl: undefined reference

2019-06-11 Thread Pavlo Golub
Greetings. Trying to build pg extension I've got error: ``` pglogical_monitoring.o:pglogical_monitoring.c:(.rdata$.refptr.ReplicationSlotCtl[.refptr.ReplicationSlotCtl]+0x0): undefined reference to `ReplicationSlotCtl' collect2: error: ld returned 1 exit status ``` But according to

Re: "WIP: Data at rest encryption" patch and, PostgreSQL 11-beta3

2019-06-06 Thread Pavlo Golub
Greetings, Antonin. You wrote 2019-06-05, 15:32: > Robert Haas wrote: >> On Fri, May 31, 2019 at 2:59 AM Antonin Houska wrote: >> > > Sounds good. I'm not quite sure how this is going to work. Ideally >> > > you'd like the encryption key command to fetch the key from something >> > > like

Re: Porting PG Extension from UNIX to Windows

2018-05-08 Thread Pavlo Golub
Greetings, Alexander. You wrote 08.05.2018, 9:42: > 25.04.2018 11:45, insaf.k wrote: > > I've done some research regarding compiling in Windows. I > am not sure in what way I should compile the extension. > AFAIK, Visual Studio is not POSIX compliant and so I'll have

Re: Porting PG Extension from UNIX to Windows

2018-05-07 Thread Pavlo Golub
Greetings, insaf.k. You wrote 25.04.2018, 11:45: > Hello, > I have developed a postgres extension in Linux. I want to compile it in MS > Windows as well. You should try MSYS2. It's far better than VS and MSYS right now. I may try to build your extension if you want. > The extension

Re: Issues while building PG in MS Windows, using MSYS2 and MinGW-w64

2018-05-03 Thread Pavlo Golub
Hello, insaf.k. You wrote: ik> Hello, ik> I am trying to build PG from source, in MS Windows using MSYS2 ik> and MinGW-w64. I've tried to build PG 10.0 as wells as 10.3. Just checked. All compiled in a sane way. I suppose you have some environmental problems. This is my step-by-step