Skip to content

Commit ebbbe52

Browse files
committed
docs: remove unused section folding
1 parent 765373f commit ebbbe52

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/postgresql_setup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# PostgreSQL setup
22

3-
## Building from source code
4-
53
PostgreSQL build is 2 staged: run `configure` script and then `make`.
64

7-
### `configure`
5+
## `configure`
86

97
PostgreSQL uses autoconf to setup special `pg_config.h` header file. It contains lots of macros describing target environment, compiler capabilities, etc...
108

@@ -33,7 +31,7 @@ What we used:
3331

3432
> Prefer using `-g3` level if you are using PostgreSQL Hacker Helper extension, because it allows to use macro definitions and other features that can significantly improve debug experience.
3533
36-
### `make`
34+
## `make`
3735

3836
The next step is actual building the sources. This is done much easier - just run `make`.
3937

0 commit comments

Comments
 (0)