Skip to content

Commit ec35984

Browse files
committed
Fix broken output blocks
1 parent 474cfd1 commit ec35984

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

product_docs/docs/hadoop_data_adapter/2/10c_example_order_by_pushdown.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ __OUTPUT__
6969
---------------------
7070
Foreign Scan on emp
7171
(1 row)
72+
```
7273

74+
```sql
7375
edb=# SET hdfs_fdw.enable_order_by_pushdown TO OFF;
7476
SET
7577
edb=# EXPLAIN (COSTS OFF) SELECT * FROM emp order by deptno;

product_docs/docs/pgd/5.7/quickstart/quick_start_aws.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ Connections Ok All BDR nodes are accessible
275275
Raft Ok Raft Consensus is working correctly
276276
Replication Slots Ok All PGD replication slots are working correctly
277277
Clock Skew Ok Clock drift is within permissible limit
278-
Versions Ok All nodes are running the same PGD version```
278+
Versions Ok All nodes are running the same PGD version
279+
```
279280

280281
Or, you can use `pgd nodes list` to ask PGD to show you the data-bearing nodes in the cluster:
281282

product_docs/docs/pgd/5.8/quickstart/quick_start_aws.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ Connections Ok All BDR nodes are accessible
275275
Raft Ok Raft Consensus is working correctly
276276
Replication Slots Ok All PGD replication slots are working correctly
277277
Clock Skew Ok Clock drift is within permissible limit
278-
Versions Ok All nodes are running the same PGD version```
278+
Versions Ok All nodes are running the same PGD version
279+
```
279280

280281
Or, you can use `pgd nodes list` to ask PGD to show you the data-bearing nodes in the cluster:
281282

0 commit comments

Comments
 (0)