1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2025-07-30 09:51:45 +02:00
parent 1a5212775e
commit 00c9771779

View File

@@ -741,7 +741,7 @@ test=# SELECT first_tid, nbytes, tids[0:5] AS some_tids
For example: For example:
<screen> <screen>
test=# SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 2)); test=# SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 2));
lsn | nsn | rightlink | flags lsn | nsn | rightlink | flags
------------+------------+-----------+-------- ------------+------------+-----------+--------
0/0B5FE088 | 0/00000000 | 1 | {leaf} 0/0B5FE088 | 0/00000000 | 1 | {leaf}
(1 row) (1 row)