Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Yasir
On Sun, May 19, 2024 at 2:35 AM Andrew Dunstan wrote: > > On 2024-05-18 Sa 16:54, Yasir wrote: > > > > On Sun, May 19, 2024 at 1:45 AM Andrew Dunstan > wrote: > >> >> On 2024-05-18 Sa 15:43, Yasir wrote: >> >> >> >> On Sat, May 18, 2024 at 7:27 PM Josef Šimánek >> wrote: >> >>> pá 17. 5. 2024 v

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Andrew Dunstan
On 2024-05-18 Sa 16:54, Yasir wrote: On Sun, May 19, 2024 at 1:45 AM Andrew Dunstan wrote: On 2024-05-18 Sa 15:43, Yasir wrote: On Sat, May 18, 2024 at 7:27 PM Josef Šimánek wrote: pá 17. 5. 2024 v 8:09 odesílatel Yasir napsal: > > Hi Hack

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Josef Šimánek
so 18. 5. 2024 v 23:29 odesílatel Yasir napsal: > > > > On Sun, May 19, 2024 at 2:23 AM Josef Šimánek wrote: >> >> so 18. 5. 2024 v 23:16 odesílatel Tom Lane napsal: >> > >> > =?UTF-8?B?Sm9zZWYgxaBpbcOhbmVr?= writes: >> > > But this is different. If I understand it well, just by following >> >

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Yasir
On Sun, May 19, 2024 at 2:23 AM Josef Šimánek wrote: > so 18. 5. 2024 v 23:16 odesílatel Tom Lane napsal: > > > > =?UTF-8?B?Sm9zZWYgxaBpbcOhbmVr?= writes: > > > But this is different. If I understand it well, just by following > > > https://www.postgresql.org/docs/16/install-windows-full.html y

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Yasir
On Sun, May 19, 2024 at 2:16 AM Tom Lane wrote: > =?UTF-8?B?Sm9zZWYgxaBpbcOhbmVr?= writes: > > But this is different. If I understand it well, just by following > > https://www.postgresql.org/docs/16/install-windows-full.html you'll > > get those files no matter what is your specific environment

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Josef Šimánek
so 18. 5. 2024 v 23:16 odesílatel Tom Lane napsal: > > =?UTF-8?B?Sm9zZWYgxaBpbcOhbmVr?= writes: > > But this is different. If I understand it well, just by following > > https://www.postgresql.org/docs/16/install-windows-full.html you'll > > get those files no matter what is your specific environ

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Tom Lane
=?UTF-8?B?Sm9zZWYgxaBpbcOhbmVr?= writes: > But this is different. If I understand it well, just by following > https://www.postgresql.org/docs/16/install-windows-full.html you'll > get those files no matter what is your specific environment (or > specific set of tools). Hm? Visual Studio seems l

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Yasir
On Sun, May 19, 2024 at 1:45 AM Andrew Dunstan wrote: > > On 2024-05-18 Sa 15:43, Yasir wrote: > > > > On Sat, May 18, 2024 at 7:27 PM Josef Šimánek > wrote: > >> pá 17. 5. 2024 v 8:09 odesílatel Yasir >> napsal: >> > >> > Hi Hackers, >> > >> > I have been playing with PG on the Windows platfor

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Andrew Dunstan
On 2024-05-18 Sa 15:43, Yasir wrote: On Sat, May 18, 2024 at 7:27 PM Josef Šimánek wrote: pá 17. 5. 2024 v 8:09 odesílatel Yasir napsal: > > Hi Hackers, > > I have been playing with PG on the Windows platform recently. An annoying thing I faced is that a lot of

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Josef Šimánek
so 18. 5. 2024 v 22:36 odesílatel Tom Lane napsal: > > Yasir writes: > > We can add it to "~/.config/git/ignore" as it will ignore globally on > > windows which we don't want. Also we don't have ".git/info/exclude" in PG > > project's so the best place left is projects's .gitignore. That's what w

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Tom Lane
Yasir writes: > We can add it to "~/.config/git/ignore" as it will ignore globally on > windows which we don't want. Also we don't have ".git/info/exclude" in PG > project's so the best place left is projects's .gitignore. That's what was > patched. As Peter said, we're not going to do that. The

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Yasir
On Sat, May 18, 2024 at 7:27 PM Josef Šimánek wrote: > pá 17. 5. 2024 v 8:09 odesílatel Yasir > napsal: > > > > Hi Hackers, > > > > I have been playing with PG on the Windows platform recently. An > annoying thing I faced is that a lot of Visual Studio's temp files kept > appearing in git change

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Yasir
On Sat, May 18, 2024 at 7:27 PM Josef Šimánek wrote: > pá 17. 5. 2024 v 8:09 odesílatel Yasir > napsal: > > > > Hi Hackers, > > > > I have been playing with PG on the Windows platform recently. An > annoying thing I faced is that a lot of Visual Studio's temp files kept > appearing in git change

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Josef Šimánek
pá 17. 5. 2024 v 8:09 odesílatel Yasir napsal: > > Hi Hackers, > > I have been playing with PG on the Windows platform recently. An annoying > thing I faced is that a lot of Visual Studio's temp files kept appearing in > git changed files. Therefore, I am submitting this very trivial patch to >

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-18 Thread Andrew Dunstan
On 2024-05-17 Fr 02:34, Peter Eisentraut wrote: On 17.05.24 08:09, Yasir wrote: I have been playing with PG on the Windows platform recently. An annoying thing I faced is that a lot of Visual Studio's temp files kept appearing in git changed files. Therefore, I am submitting this very trivia

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-16 Thread Yasir
Nice approach! Thankyou Peter for the guidance. Regards... Yasir On Fri, May 17, 2024 at 11:34 AM Peter Eisentraut wrote: > On 17.05.24 08:09, Yasir wrote: > > I have been playing with PG on the Windows platform recently. An > > annoying thing I faced is that a lot of Visual Studio's temp file

Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

2024-05-16 Thread Peter Eisentraut
On 17.05.24 08:09, Yasir wrote: I have been playing with PG on the Windows platform recently. An annoying thing I faced is that a lot of Visual Studio's temp files kept appearing in git changed files. Therefore, I am submitting this very trivial patch to ignore these temp files. Our general r