If playback doesn't begin shortly, try restarting your device.
•
You're signed out
Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.
CancelConfirm
Share
An error occurred while retrieving sharing information. Please try again later.
Video of a conference talk about how the PostgreSQL CI works and how to enable it for your repository, as well as tips on how to best use it to debug Postgres issues. This talk was presented at Citus Con: An Event for Postgres 2023, and also includes a demo of how the Postgres CI can make developing Postgres code easier with a real-time debugging session.
A common challenge while developing on Postgres is making sure your code works on all the different platforms Postgres supports. This often leads to a complex testing process for your code if you have to do it manually. To make it easier, Postgres recently added CI support. Once this is enabled, it automatically runs the regression tests suites on your code on different platforms and shares the results. Doesn’t it sound like something you should be using?
Nazir Bilal Yavuz is a software engineer on the PostgreSQL open source team at Microsoft. Bilal earned his B.S degree in Computer Enginee…...more
In depth guide to Postgres’ new CI | Citus Con: An Event for Postgres 2023
11Likes
388Views
2023Apr 18
Video of a conference talk about how the PostgreSQL CI works and how to enable it for your repository, as well as tips on how to best use it to debug Postgres issues. This talk was presented at Citus Con: An Event for Postgres 2023, and also includes a demo of how the Postgres CI can make developing Postgres code easier with a real-time debugging session.
A common challenge while developing on Postgres is making sure your code works on all the different platforms Postgres supports. This often leads to a complex testing process for your code if you have to do it manually. To make it easier, Postgres recently added CI support. Once this is enabled, it automatically runs the regression tests suites on your code on different platforms and shares the results. Doesn’t it sound like something you should be using?
Nazir Bilal Yavuz is a software engineer on the PostgreSQL open source team at Microsoft. Bilal earned his B.S degree in Computer Engineering at METU. He also worked as a DevOps Engineer at English Central before joining Microsoft two years ago. He enjoys sports, playing video games, making puzzles and LEGO.
► Video bookmarks:
⏩ 00:00 Introduction
⏩ 00:51 What is CI & why we need CI on Postgres
⏩ 02:16 New CI system for Postgres
⏩ 05:36 Cirrus terminal is wonderful
⏩ 10:33 DEMO: Debugging using the new CI
⏩ 18:04 .cirrus .yml file
✅ Learn more:
Watch more Citus Con 2023 talks: https://aka.ms/cituscon-playlist
📕 Everything you need to know about Citus Con: An Event for Postgres can be found at: https://aka.ms/cituscon
📌 Let’s connect:
Twitter – @CitusCon, / cituscon
More resources:
📣 Slides for this talk: https://speakerdeck.com/nbyavuz/in-de...#CitusCon#PostgreSQL#Database…...more