Re: Question about debugging bootstrapping and catalog entries
В списке pgsql-hackers по дате отправления:
| От | Takayuki Tsunakawa |
|---|---|
| Тема | Re: Question about debugging bootstrapping and catalog entries |
| Дата | |
| Msg-id | 011a01c72305$df7ae3d0$19527c0a@OPERAO обсуждение исходный текст |
| Ответ на | Question about debugging bootstrapping and catalog entries (Gregory Stark <stark@enterprisedb.com>) |
| Список | pgsql-hackers |
Hello, Mr. Stark > Are there any tricks people have for debugging bootstrapping processing? I > just need to know what index it's trying to build here and that should be > enough to point me in the right direction: As Mr. Lane says, it would be best to be able to make postgres sleep for an arbitrary time. The direction may be either a command line option or an environment variable (like BOOTSTRAP_SLEEP) or both. iI think the env variable is easy to handle n this case. How about mimicing postgres with a script that starts gdb to run postgres? That is, rename the original postgres module to postgres.org and create a shell script named postgres like this: #!/bin/bash gdb postgres $* Tell me if it works.
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера