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 | 29 | 30 | 31 |
Tags
- typeorm
- tortoise SVN
- orioledb
- PostgreSQL
- Spring
- MariaDB
- Spring Boot
- Java
- 서브라임 텍스트
- Spring Cloud
- HTML Code
- Next.js
- Maven Project
- BRIN
- PG-Strom
- exit code = -805306369
- STS
- HTML Special Entity
- graph database
- OGM
- loadcomplete
- maven
- Can't load AMD 64-bit .dll on a IA 32-bit platform
- JSP
- NextJs
- Windows 10
- springboot
- tomcat
- NestJS
- Eclipse
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 |