CLion2026本地阅读PostgreSQL源码实现跳转

--在windows环境下:

1.解压源码

2.下载相应的perl,win_flex_bison

3.打开powershell进到到源码路径 cd C:\dbadmin\postgresql-18.6

设置环境变量:

PS C:\dbadmin\postgresql-18.6> $env:PATH += ";C:\dbadmin\CLion-2026.2.1.win\bin\mingw\bin;C:\dbadmin\strawberry-perl-5.42.3.1-64bit-portable\perl\bin;C:\dbadmin\win_flex_bison-2.5.25"
PS C:\dbadmin\postgresql-18.6> meson setup build
PS C:\dbadmin\postgresql-18.6> Copy-Item -Path "build\compile_commands.json" -Destination ".\compile_commands.json" -Force

CLion2026-->Open--打开C:\dbadmin\postgresql-18.6\compile_commands.json

open as project.

代码可以欢快的跳转了

相关推荐
geovindu4 天前
sql: Transaction & Concurrency Patterns using postgresql 18
postgresql·数据库开发·数据库架构
thinking_talk4 天前
WorkBuddy应用生成背后的数据层:腾讯云PG
postgresql·腾讯云·云数据库
知识的搬运工旺仔5 天前
唯一索引与 NULL 值:PostgreSQL 主键约束与 NULLS NOT DISTINCT
数据库·后端·sql·postgresql
jnrjian5 天前
EDB postgresql TDE 加密的文件
postgresql
IvorySQL5 天前
PostgreSQL 日报|逻辑解码竞态条件修复(9 月 20 日)
数据库·人工智能·postgresql
XMYX-05 天前
Rocky_Linux_9.8_安装_PostgreSQL_16
postgresql
foolishlee5 天前
SCRAM-SHA-256
数据库·算法·postgresql
IvorySQL6 天前
IvorySQL 5.6 发布:PG 18.6 内核升级,沙盒即开即用
数据库·人工智能·postgresql
腾科IT教育6 天前
PGCM考试详解:认证价值、含金量及与PGCA、PGCE区别
postgresql·pg·pgcm考试·pgca考试·pgce考试
Zhu7586 天前
docker环境快速部署postgresql数据库18及以上版本
postgresql·容器