Re: Official devcontainer config - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Official devcontainer config
Date
Msg-id 5d629a88-b0f8-4c6c-b903-d3c244fe32a0@eisentraut.org
Whole thread Raw
In response to Official devcontainer config  (Junwang Zhao <zhjwpku@gmail.com>)
Responses Re: Official devcontainer config
List pgsql-hackers
On 24.08.24 14:49, Junwang Zhao wrote:
> What I haven't addressed is that the repo still uses specific local
> paths, I think
> this is ok since the code is not going into the core.

I'm not among the target users of this, but I imagine that that would 
significantly reduce the utility of this for everyone besides you?

> One thing I want to ask is, is there any objection to adding the
> .devcontainer and .vscode to the .gitignore file?

The standing policy is that files related to IDEs and editors should not 
be in our .gitignore, but you can put them into your personal ignore 
file somewhere.

> There are *.vcproj and pgsql.sln in .gitignore, so I guess it's ok to add
> .devcontainer and .vscode?

Those are files generated by the build process, so it is appropriate to 
have them there.  But in fact, they should have been removed now that 
the MSVC build system is done.




pgsql-hackers by date:

Previous
From: Alena Rybakina
Date:
Subject: Re: POC, WIP: OR-clause support for indexes
Next
From: Heikki Linnakangas
Date:
Subject: Re: thread-safety: getpwuid_r()