#!/bin/sh

dpkg -l autopkgtest libc6 'libpq*' 'postgresql*' 'pgdg*'

gcc --version | head -n1
g++ --version | head -n1
cpp --version | head -n1

exit 0
