1 | | Steps to reproduce: |
2 | | 1) On OS X 10.7.1 or 10.7.2 install Xcode 4.2 |
3 | | 2) port install postgresql91-server and follow the instructions that it prints to initdb |
4 | | 3) createdb francis ('francis' is my username) |
5 | | 4) psql91 |
6 | | 5) at the psql prompt, enter "\dt" (describe tables). psql91 segfaults at this point |
| 1 | == Steps to reproduce: == |
| 2 | 1. On OS X 10.7.1 or 10.7.2 install Xcode 4.2 |
| 3 | 2. port install postgresql91-server and follow the instructions that it prints to initdb |
| 4 | 3. createdb francis ('francis' is my username) |
| 5 | 4. psql91 |
| 6 | 5. at the psql prompt, enter "\dt" (describe tables). psql91 segfaults at this point |