Re: postgres with xcode

2018-07-29 Thread Sumit Chaturvedi
Well in that case, do you have something in mind. Perhaps a prototype which has a some research component which can teach us something interesting. In the course we are divided into teams of 4 and we are going to work on the project for 2-3 months. I know such I'm asking for too much but just givin

Re: postgres with xcode

2018-07-29 Thread Tom Lane
Sumit Chaturvedi writes: > So I wanted to play around with Postgresql itself. I have looked at the > TODO list and it has given me a lot of ideas. If anyone has any > thoughts/ideas which they didn't have time to pursue but are interesting, > please let me know? Cool, but be warned that most of t

Re: postgres with xcode

2018-07-29 Thread Sumit Chaturvedi
Thanks a lot for spending time to write all these elaborate answers. They were all really helpful. Finally I gave up on xcode and switched to eclipse. Probably for the best. I was attempting to do all this in the first place because in our course in college, we have to do a project. Almost all peop

Re: postgres with xcode

2018-07-29 Thread Tom Lane
Sumit Chaturvedi writes: > So although the problem is with xcode. I have a feeling that it is not > because of LC_ALL. > So my point is that maybe the hint is not entirely correct.. At the time that HINT was written, the only reason we knew of for a production postmaster to become multithreaded u

Re: postgres with xcode

2018-07-29 Thread Adrian Klaver
On 07/29/2018 02:03 AM, Sumit Chaturvedi wrote: Hello, Does the following seem unusual? amaltaas:backend amaltaas$ locale LANG="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8"

Re: postgres with xcode

2018-07-29 Thread Sumit Chaturvedi
Hello, Does the following seem unusual? amaltaas:backend amaltaas$ locale LANG="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_ALL= After this I ran postgres from terminal

Re: postgres with xcode

2018-07-28 Thread Adrian Klaver
On 07/28/2018 11:24 AM, Sumit Chaturvedi wrote: Ccing list Yes, I can start Postgres server from the terminal. I was thinking, if I comment out these lines and another assert later on which checks whether postmaster is using multiple threads, I'll be fine right? If by fine you mean driving fur

Re: postgres with xcode

2018-07-28 Thread Sumit Chaturvedi
Yes, I can start Postgres server from the terminal. I was thinking, if I comment out these lines and another assert later on which checks whether postmaster is using multiple threads, I'll be fine right? On Sat, Jul 28, 2018 at 11:46 PM, Adrian Klaver wrote: > On 07/28/2018 11:08 AM, Sumit Chat

Re: postgres with xcode

2018-07-28 Thread Adrian Klaver
On 07/28/2018 11:08 AM, Sumit Chaturvedi wrote: Hello. Thanks for those pointers. Will keep them in mind in the future. No, there is no problem outside Postgres. So you can start the Postgres server and use it from a program other then xcode? Could it be that postmaster becomes multithre

Re: postgres with xcode

2018-07-28 Thread Sumit Chaturvedi
Hello. Thanks for those pointers. Will keep them in mind in the future. No, there is no problem outside Postgres. Could it be that postmaster becomes multithreaded for some other reason?? On Sat, Jul 28, 2018 at 9:57 PM, Adrian Klaver wrote: > On 07/28/2018 07:15 AM, Sumit Chaturvedi wrote: >

Re: postgres with xcode

2018-07-28 Thread Adrian Klaver
On 07/28/2018 07:15 AM, Sumit Chaturvedi wrote: Please reply to list also. Ccing list. Hello. Thanks a lot for your response. Yes that was also there. Note: Bottom posting is the style on this list. Unfortunately the screenshot is not coming through on this reply. For those that see this the

Re: postgres with xcode

2018-07-28 Thread Adrian Klaver
On 07/28/2018 04:04 AM, Sumit Chaturvedi wrote: Hello everyone. I'm a third year student from IIT Bombay, India. Since I'm currently learning about databases, I wanted to debug postgresql with xcode. However, I am having a lot of problems. OS - 10.13.6 (High Sierra) Xcode - 9.4.1 To set up my