Binary difference in pg_internal.init after running pg_initdbmultiple times
В списке pgsql-hackers по дате отправления:
| От | samuel.coulee |
|---|---|
| Тема | Binary difference in pg_internal.init after running pg_initdbmultiple times |
| Дата | |
| Msg-id | 1531382924194-0.post@n3.nabble.com обсуждение исходный текст |
| Ответы |
Re: Binary difference in pg_internal.init after running pg_initdbmultiple times
Re: Binary difference in pg_internal.init after running pg_initdb multiple times |
| Список | pgsql-hackers |
Hi, In the PG source code function "write_relcache_init_file()", I found that the whole 'Relation' structs were directly written into the file 'pg_internal.init'. This brings some binary differences of that file, if we run pg_initdb multiple times, because the struct 'Relation' contains some pointer fields. And my question is : Could we clear the pointer values in 'Relation' before calling write_item(...)? No benefit regarding function or performance, just for binary compatibility... Thanks for reading. -- Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера