Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- exit code = -805306369
- NestJS
- springboot
- BRIN
- Spring Cloud
- PG-Strom
- Spring Boot
- Spring
- MariaDB
- Java
- loadcomplete
- maven
- STS
- PostgreSQL
- orioledb
- Can't load AMD 64-bit .dll on a IA 32-bit platform
- graph database
- HTML Code
- tortoise SVN
- typeorm
- Eclipse
- JSP
- Next.js
- Maven Project
- HTML Special Entity
- 서브라임 텍스트
- tomcat
- NextJs
- Windows 10
- OGM
Archives
- Today
- Total
Undergoing
Postgres Source 디버깅 본문
./configure --prefix=$HOME/work/pgsql --enable-cassert --enable-debug CFLAGS="-glldb -O0 -g3 -fno-omit-frame-pointer"
./configure --enable-cassert --prefix=`pwd`/postgres
./configure --prefix=$HOME/work/pgsql --enable-cassert --enable-debug
make distclean
autoreconf -i
make -j16 -s > /dev/null
make check -C src/bin
lldb
-> attach -p 'postgres pid '(따옴표 필요없)
b function명
'개발 > DB' 카테고리의 다른 글
PostGraphile (0) | 2024.07.11 |
---|---|
Postgres Database Replication (0) | 2024.07.10 |
PG-Strom (0) | 2022.12.07 |
PostgreSQL - GiST (0) | 2021.12.08 |
PostgreSQL - GIN (0) | 2021.12.06 |